Python Code Quality Authority
Python Code Quality Authority
bandit
Bandit is a tool designed to find common security issues in Python code.
pycodestyle
🎛 A Svelte library for building dynamic, infinitely customizable node-based user interfaces and flowcharts
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.
doc8
Style checker for sphinx (or other) rst documentation.
mccabe
McCabe complexity checker for Python
isort
A Python utility / library to sort imports.
pep8-naming
Naming Convention checker for Python
flake8-import-order
Flake8 plugin that checks import order against various Python Style Guides
flake8-bugbear
A plugin for Flake8 finding likely bugs and design problems in your program. Contains warnings that don't belong in pyflakes and pycodestyle.