flake8/src/flake8
2019-09-07 23:31:43 -07:00
..
api move from optparse to argparse 2019-08-17 20:09:45 -07:00
formatting Apply suggestion to src/flake8/formatting/base.py 2019-08-18 22:05:00 +00:00
main Hoist passing through sys.argv at the CLI layer 2019-08-29 16:06:02 -04:00
options Type annotate flake8.options.manager 2019-09-07 14:37:50 -07:00
plugins Type annotate flake8.options.manager 2019-09-07 14:37:50 -07:00
__init__.py Release 3.7.8 2019-07-08 11:21:04 -07:00
__main__.py Move flake8 into src 2016-06-25 10:12:13 -05:00
checker.py Type annotate flake8.options.manager 2019-09-07 14:37:50 -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 mypy now passes 2019-05-19 17:31:04 -07:00
processor.py Add type annotations for flake8.processor 2019-09-07 23:31:43 -07:00
statistics.py mypy now passes 2019-05-19 17:31:04 -07:00
style_guide.py Add type annotations to flake8.styleguide 2019-09-07 23:10:28 -07:00
utils.py utils: Tighten parse_comma_separated_list() contract further 2019-07-28 10:43:06 -04:00