| PyCQA/bandit | Bandit is a tool designed to find common security issues in Python code. | 7,826 | Python |
| PyCQA/pycodestyle | Simple Python style checker in one Python file | 5,156 | Python |
| PyCQA/flake8 | flake8 is a python tool that glues together pycodestyle, pyflakes, mccabe, and third-party plugins to check the style and quality of some python code. | 3,766 | Python |
| PyCQA/redbaron | Bottom-up approach to refactoring in python | 724 | Python |
| PyCQA/mccabe | McCabe complexity checker for Python | 677 | Python |
| PyCQA/docformatter | Formats docstrings to follow PEP 257 | 583 | Python |
| PyCQA/modernize | Modernizes Python code for eventual Python 3 migration. Built on top of fissix (a fork of lib2to3) | 369 | Python |
| PyCQA/baron | IDE allow you to refactor code, Baron allows you to write refactoring code. | 297 | Python |
| PyCQA/eradicate | Removes commented-out code from Python files | 219 | Python |
| PyCQA/doc8 | Style checker for sphinx (or other) rst documentation. | 172 | Python |
| PyCQA/flake8-docstrings | Integration of pydocstyle and flake8 for combined linting and reporting | 159 | Python |
| PyCQA/flake8-commas | Flake8 extension for enforcing trailing commas in python | 134 | Python |
| PyCQA/flake8-pyi | A plugin for Flake8 that provides specializations for type hinting stub files | 80 | Python |
| PyCQA/meta | Documentation about how the PyCQA organization works | 34 | Python |
| PyCQA/bandit-action | GitHub Action to run Bandit | 26 | — |
| PyCQA/flake8-json | JSON formatter for Flake8 output | 13 | Python |
| PyCQA/oeuvre | A repository to collect examples of Python code for testing code-quality tools | 11 | Python |
| PyCQA/flake8-polyfill | Project to make writing plugins across major versions of flake8 easier | 11 | Python |
| PyCQA/vscode-bandit | A Visual Studio Code extension with support for the Bandit static analysis tool. | 8 | Python |
| PyCQA/pylint-pytest | A Pylint plugin to suppress pytest-related false positives. | 6 | Python |
| PyCQA/infrastructure | Mirror of PyCQA's infrastructure playbooks | 6 | — |
| PyCQA/mccabe-console-script | Add a console script for the mccabe complexity checker | 4 | Python |