Add ruff + mypy with project config #2
Labels
No labels
documentation
feature
infrastructure
manual-work
tech-debt
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
hiten/claude-code-pwa#2
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Context
No linter, formatter, or type checker is configured. The codebase already uses type hints in most signatures, so adding mypy is low-effort.
Acceptance Criteria
ruffconfigured (pyproject.toml) with a sensible rule set: pycodestyle, pyflakes, pyupgrade, bugbear, isortmypyconfigured forapp.py(strict where reasonable;--ignore-missing-importsfor fastapi/uvicorn)make lint(or ascripts/lint.sh) that runs both# noqawhat doesn't, with justification)