Code Formatting
Format Python code with ruff formatter and optionally fix auto-fixable linting issues.
Process
1. Determine Scope
Ask the user what to format:
- All files: Format entire project (default)
- Specific directory: Format only specified directory (e.g.,
src/,tests/) - Specific files: Format only specified files
- Changed files only: Format only files modified in git working directory
If not specified, format all Python files in the project.
2.
[Description truncada. Veja o README completo no GitHub.]