flake8/flake8
Ian Cordasco 074739de27 Accept the StyleGuide instead of options
pep8's checker has the noqa logic which we've correctly placed on the
StyleGuide object. By passing the StyleGuide in to our checkers we can
have the checkers pass the physical line to the StyleGuide so we can
eliminate our usage of linecache.
2016-02-27 00:06:19 -06:00
..
formatting Make pylint happier 2016-02-19 15:10:46 -06:00
main Re-order project imports based on flake8-import-order 2016-02-25 11:14:41 -06:00
options Re-order project imports based on flake8-import-order 2016-02-25 11:14:41 -06:00
plugins Store plugin parameters on the plugin itself 2016-02-26 08:21:09 -06:00
__init__.py Update the default log format 2016-02-19 18:58:42 -06:00
__main__.py Add parity with `python -m flake8` 2016-02-19 19:38:27 -06:00
checker.py Accept the StyleGuide instead of options 2016-02-27 00:06:19 -06:00
defaults.py Incorporate more parsing logic from pycodestyle 2016-02-26 23:16:33 -06:00
exceptions.py Incorporate more parsing logic from pycodestyle 2016-02-26 23:16:33 -06:00
style_guide.py Re-order project imports based on flake8-import-order 2016-02-25 11:14:41 -06:00
utils.py Add and fix documentation 2016-02-25 09:06:50 -06:00