openbsd-ports/devel/flake8/pkg/DESCR
benoit b798d1af31 Import flake8.
A modular python code checker wrapping tools such as pyflakes, pep8 and McCabe for complexity checks.

from Bertrand Janin, ok sthen@
2014-11-18 12:10:58 +00:00

4 lines
187 B
Plaintext

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.