Description
Add type checking to improve code quality and catch bugs early.
Details
- Install mypy or pyright as a dev dependency
- Configure type checking in pyproject.toml or mypy.ini
- Run type checker in CI pipeline
Pillar
Style & Validation
Priority
High - Required for L3 maturity
Description
Add type checking to improve code quality and catch bugs early.
Details
Pillar
Style & Validation
Priority
High - Required for L3 maturity