Contents
Mypy: Static Typing for Python
pylint - Python static code analysis tool which looks for programming errors
pyflakes - Checks Python source files for errors
pycodestyle - Python code against some of the style conventions in PEP 8
pydocstyle - Checking compliance with Python docstring conventions
bandit - Find common security issues in Python code
mccabe - McCabe complexity
radon - Python tool which computes various code metrics
black - The uncompromising code formatter
isort - Python library to sort imports alphabetically