mirror of
https://github.com/PyCQA/flake8.git
synced 2026-04-04 20:26:53 +00:00
18 lines
420 B
Text
18 lines
420 B
Text
======
|
|
Flake8
|
|
======
|
|
|
|
Flake8 is just a merge of the PyFlakes and the pep8 projects into one single
|
|
script.
|
|
|
|
It runs both tests by launching the single 'flake8' script, and also adds a
|
|
few features:
|
|
|
|
- lines that contains a "# NOQA" comment at the end will not issue a warning
|
|
- more things to come..
|
|
|
|
Original projects:
|
|
|
|
- pep8: http://github.com/jcrocholl/pep8/
|
|
- PyFlakes: http://divmod.org/trac/wiki/DivmodPyflakes
|
|
|