Description
Check Python source code with a modular linting tool that combines style and static-analysis plugins. It helps projects catch common mistakes, unused code, formatting issues, and policy violations before review or release.
This is a developer command-line tool. Lint results should guide fixes, but projects still need tests and human review for behavior, security, and design decisions.