Documentation about how the PyCQA organization works
Python 23 23
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.
Formats docstrings to follow PEP 257
A Python utility / library to sort imports.
A plugin for Flake8 that provides specializations for type hinting stub files
Bandit is a tool designed to find common security issues in Python code.
Pylint plugin for improving code analysis for when using Django
Removes unused imports and unused variables as reported by pyflakes
A simple program which checks Python source files for errors
A Pylint plugin to suppress pytest-related false positives.
Simple Python style checker in one Python file