flake8/flake8
Ian Cordasco 2d5a6b1670 Prevent unintended behaviour modifying options.ignore
Previously, it was entirely plausible for us to remove something from
options.ignore overzealously. This is more confined logic and much more akin
to what I was intending the behaviour to be.
2014-12-18 15:25:37 -06:00
..
tests Add ability to turn checks off by default 2014-12-18 15:11:26 -06:00
__init__.py Prepare release 2.2.5 2014-10-19 21:26:24 -05:00
__main__.py Add support for 'python -m flake8' on Python >= 2.7; issue #85 2014-05-05 22:08:03 +02:00
_pyflakes.py Fix the errors reported by flake8 2014-04-26 23:40:23 +02:00
engine.py Prevent unintended behaviour modifying options.ignore 2014-12-18 15:25:37 -06:00
hooks.py Honor file pattern matching for git hook 2014-09-23 00:54:39 -04:00
main.py Do not exit early if style checks pass 2014-10-28 06:02:24 +00:00
reporter.py Flush all subprocess output before exit 2014-10-19 18:06:19 +01:00
run.py Fix imports in flake8.run 2013-02-13 19:19:30 +01:00
util.py Disable multiprocessing when using stdin 2014-09-12 22:36:37 -05:00