modular python code checker wrapping pep8 and pyflakes
Flake8 is a wrapper around python code checker tools such as PyFlakes, pep8 and Ned Batchelder's McCabe script. It displays the warnings in a per-file, merged output and is configurable.
Homepage: https://flake8.pycqa.org
Maintainer: Daniel Dickman <daniel@openbsd.org>