aboutsummaryrefslogtreecommitdiffstats
path: root/devel/py-flake8/pkg-descr
blob: 6d2c13380c2d743953b9d70668832bcf2aaf0282 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
Flake8 is a wrapper around these tools:

  - PyFlakes
  - pycodestyle
  - Ned Batchelder's McCabe script

Flake8 runs all tools by launching the single 'flake8' script. It
displays the warnings in a per-file, merged output

WWW: https://pypi.python.org/pypi/flake8
WWW: https://gitlab.com/pycqa/flake8