Datasets:
File size: 344 Bytes
7e760fb | 1 2 3 4 5 6 7 8 9 10 | # EA4: Code Quality (Brief)
A Python module has code quality issues. The Planner will run ruff and pylint to identify violations.
Fix the lint violations to achieve:
- `ruff check app/` reports 0 errors
- `pylint app/` score ≥ 9.0/10
Some violations are intentional style choices that must be preserved — the Planner will specify which.
|