mirror of
https://github.com/PyCQA/flake8.git
synced 2026-04-08 14:04:16 +00:00
fixed outputs
This commit is contained in:
parent
0d0b77f79d
commit
9e283b063f
8 changed files with 108 additions and 107 deletions
7
README
7
README
|
|
@ -5,10 +5,13 @@ 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:
|
||||
It runs both tests by launching the single 'flake8' script, but ignores pep8
|
||||
options and just uses its defaults.
|
||||
|
||||
It also adds a few features:
|
||||
|
||||
- lines that contains a "# NOQA" comment at the end will not issue a warning
|
||||
- merging pep8 and pyflakes options
|
||||
- more things to come..
|
||||
|
||||
Original projects:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue