docs(claude): add configured lint/format/typecheck commands#21
Conversation
|
@coderabbitai review |
✅ Actions performedReview triggered.
|
📝 WalkthroughWalkthroughCLAUDE.md documentation file receives two updates: metadata dates are refreshed to 2026-05-30, and the "Build and test commands" section is expanded to explicitly document linting, formatting, and type-checking steps using black, flake8, and mypy, with a note that configuration resides in pyproject.toml. ChangesDocumentation Maintenance
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~3 minutes Poem
🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches📝 Generate docstrings
🧪 Generate unit tests (beta)
Comment |
Add black/flake8/mypy commands (confirmed configured; ruff intentionally excluded).
Part of a portfolio-wide CLAUDE.md accuracy refresh (verified against each repo before editing; docs-only; pre-commit Docs Doctrine passed).
@coderabbitai review
Note
Low Risk
Documentation-only edits with no runtime, auth, or dependency behavior changes.
Overview
Updates CLAUDE.md with a last_updated / last-verified bump and a new Lint, format, and type-check section documenting
black,flake8, andmypy(pointing atpyproject.tomlwhere applicable).Removes three placeholder docs under
docs/—architecture.md,deployment.md, andtroubleshooting.md— that only contained TODO stubs and no real content.Reviewed by Cursor Bugbot for commit d334ae3. Bugbot is set up for automated code reviews on this repo. Configure here.
Summary by CodeRabbit