flake8/flake8
Ian Cordasco 467672fc5c Refactor Error formatting and handling
This allows us to handle --show-source in our formatters by default.

This also adds the physical line information to the Error class instead
of passing it to is_inline_ignored. This allows us to avoid using
linecache in our formatters.
2016-05-30 16:43:11 -05:00
..
formatting Refactor Error formatting and handling 2016-05-30 16:43:11 -05:00
main Fix default printing for --exclude help text 2016-05-28 21:09:05 -05:00
options Rely on Python 3.4 backport of configparser 2016-05-30 12:51:31 -05:00
plugins Refactor off-by-default plugins and enabling them 2016-05-28 11:57:18 -05:00
__init__.py Add a lower level for extra verbosity 2016-03-14 21:37:32 -05:00
__main__.py Add parity with `python -m flake8` 2016-02-19 19:38:27 -06:00
checker.py Simplify result handling 2016-05-07 19:28:54 -05: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
processor.py Start adding documentation about developing plugins 2016-05-16 20:15:14 -05:00
style_guide.py Refactor Error formatting and handling 2016-05-30 16:43:11 -05:00
utils.py Simplify how we check if a file is excluded 2016-03-11 21:08:41 -06:00