Code Quality Checks
Run comprehensive code quality checks including formatting, linting, and type checking.
Process
1. Determine Scope
First, ask the user what to check:
- All files: Check entire project
- Specific directory: Check only specified directory (e.g.,
src/,scripts/) - Specific files: Check only specified files
- Changed files only: Check only files modified in git working directory
If not specified, default to checking all Python files in the proje
[Description truncada. Veja o README completo no GitHub.]