fixed outputs

This commit is contained in:
Tarek Ziade 2010-08-12 15:02:26 +02:00
parent 0d0b77f79d
commit 9e283b063f
8 changed files with 108 additions and 107 deletions

7
README
View file

@ -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: