The Sourcery CLI¶
With the Sourcery CLI, you can:
- get an overview of the code quality of your whole repository
- fix dozens of violations with running a single command
- incrementally improve the quality of your codebase
- flag code quality issues in your current PR before you send it to review
- integrate with pre-commit and in your CI environment
You can install the Sourcery CLI from PyPI with
pip install sourcery
Check out the Getting Started Guide and get start improving your repo's code quality step by step.