flake8/src/flake8
2020-05-11 18:34:15 -07:00
..
api Fix --output-file regression 2020-05-11 18:34:15 -07:00
formatting Apply suggestion to src/flake8/formatting/base.py 2019-08-18 22:05:00 +00:00
main Fix --output-file regression 2020-05-11 18:34:15 -07:00
options Fix type='str' optparse options 2020-04-24 10:43:54 -07:00
plugins Support pyflakes 2.2.x 2020-04-11 15:00:52 -07:00
__init__.py Release 3.8.0 2020-05-11 13:42:34 -07:00
__main__.py Move flake8 into src 2016-06-25 10:12:13 -05:00
_compat.py Switch from entrypoints to importlib_metadata 2019-11-28 17:30:52 -08:00
checker.py Fix logical checks which report position out of bounds 2020-05-07 11:16:00 -07:00
defaults.py This PR addresses issue #549 (noqa does only work as intended with single letter error codes). A single change in the regex NOQA_INLINE_REGEXP in defaults.py will allow to catch error codes which consist of more than one letter. 2019-06-16 15:55:37 +00:00
exceptions.py Switch from entrypoints to importlib_metadata 2019-11-28 17:30:52 -08:00
processor.py Allow noqa to apply to lines due to continuation 2020-03-17 22:12:56 -07:00
statistics.py mypy now passes 2019-05-19 17:31:04 -07:00
style_guide.py Switch from entrypoints to importlib_metadata 2019-11-28 17:30:52 -08:00
utils.py Fix using --exclude=.* to not match . and .. 2020-05-07 12:34:38 -07:00