mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-09-25 21:10:24 -04:00
9 lines
213 B
Plaintext
9 lines
213 B
Plaintext
Flake8 is a wrapper around these tools:
|
|
|
|
* PyFlakes
|
|
* pep8
|
|
* Ned Batchelder's McCabe script
|
|
|
|
Flake8 runs all the tools by launching the single flake8 script.
|
|
It displays the warnings in a per-file, merged output.
|