Python Code Quality Authority
Python Code Quality Authority
docformatter
Formats docstrings to follow PEP 257
autoflake
Removes unused imports and unused variables as reported by pyflakes
baron
IDE allow you to refactor code, Baron allows you to write refactoring code.
modernize
Modernizes Python code for eventual Python 3 migration. Built on top of fissix (a fork of lib2to3)
prospector
Inspects Python source files and provides information about type and location of classes, methods etc
pyflakes
A simple program which checks Python source files for errors
pylint-django
Pylint plugin for improving code analysis for when using Django
flake8-docstrings
Integration of pydocstyle and flake8 for combined linting and reporting