freebsd-ports/devel/py-flake8/pkg-descr
Ruslan Makhmatkhanov 9c44e37b5a - update to 1.6.2
- tab -> space change in pkg-descr:WWW

PR:		174413
Submitted by:	William Grzybowski <william88@gmail.com> (maintainer)
2012-12-16 18:10:54 +00:00

11 lines
324 B
Text

Flake8 is a wrapper around these tools:
- PyFlakes
- pep8
- Ned's McCabe script
Flake8 runs all tools by launching the single 'flake8' script, but ignores pep8
and PyFlakes extended options and just uses defaults. It displays the warnings
in a per-file, merged output.
WWW: https://bitbucket.org/tarek/flake8