flake8/flake8
Ian Cordasco 2484edfbc8 Two problems I didn't see before that are now fixed.
First, I never got around to testing my changes to @kilian's patch for #23 and
just found that I had mistyped a variable.

Also, on more complex code that what I had tested on previously, my patch to
pep8 was insufficient. This should work without error now.
2012-11-14 11:59:34 -05:00
..
tests added missing blank line 2012-03-22 10:29:57 +01:00
__init__.py starting 1.6 2012-10-13 15:14:58 +01:00
flake8 moved flake8 script so it does not interfer with virtualenv since we;re now allowing setuptools-based installation 2012-02-14 13:12:22 +01:00
mccabe.py 1. mccabe.py support # NOQA 2. run.py support ignore some errors 3. run.py add max_line_length default value 2012-09-12 11:03:20 +08:00
messages.py adding warning codes W402..405 and W801..806 to pyflakes messages 2012-02-23 12:27:22 -08:00
pep8.py Two problems I didn't see before that are now fixed. 2012-11-14 11:59:34 -05:00
pyflakes.py Fixes #14 and #19. 2012-11-08 09:03:54 -05:00
run.py Two problems I didn't see before that are now fixed. 2012-11-14 11:59:34 -05:00
util.py Closes #38. 2012-11-12 10:00:06 -05:00