flake8¶
flake8 is a wrapper around several Python code quality tools (including pycodestyle and pyflakes).
Installation¶
flake8 can be installed on most systems by running:
$ pip install flake8
It may also be available in your system’s package manager.