/fix - Auto-Fix Code Quality Issues
Automatically fix linting and formatting issues.
Command
bash
uvx tox -e fix
What It Fixes
- •Import sorting (isort rules)
- •Code formatting (black-compatible)
- •Simple lint errors (auto-fixable)
When to Use
Run this after making code changes to automatically fix formatting issues.
Then run /checks to verify all issues are resolved.