aboutsummaryrefslogtreecommitdiff
path: root/devel/py-flake8/pkg-descr
blob: 86ceee4a77ecd316068cc70095242c7e7f1c21f8 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
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