aboutsummaryrefslogtreecommitdiff
path: root/devel/py-flake8/pkg-descr
blob: 9b02e93a32abd6f04ab563d30e35b188734e4c16 (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.org/project/flake8/
WWW: https://gitlab.com/pycqa/flake8