flake8/flake8
Peter Teichman 3bd3c01e35 Remove the now-unused set() in _get_python_files
This was left over from a previous patch and unused after
adding the 'checked' set() to Flake8Command.run()
2012-09-17 07:32:11 -04:00
..
tests added missing blank line 2012-03-22 10:29:57 +01:00
__init__.py starting 1.5 2012-07-10 16:33:38 +02: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 Upgrave pep8.py file and try to implement : https://bitbucket.org/tarek/flake8/issue/23/use-pep8-configuration-file 2012-08-04 16:20:21 +02:00
pyflakes.py removed a couple of slashes 2012-07-10 16:26:17 +02:00
run.py Remove the now-unused set() in _get_python_files 2012-09-17 07:32:11 -04:00
util.py Added future import to make flake8 Python 2.5 compatible. 2012-05-19 13:15:03 +02:00