flake8/src/flake8
Anthony Sottile b14d47b356 Merge branch 'separate-prelim-options' into 'master'
Separate pre-configuration CLI parsing

See merge request pycqa/flake8!364
2019-10-31 21:05:07 +00:00
..
api application: Forward remaining unknown arguments to final CLI parsing 2019-10-25 17:07:43 -04:00
formatting Apply suggestion to src/flake8/formatting/base.py 2019-08-18 22:05:00 +00:00
main application: Forward remaining unknown arguments to final CLI parsing 2019-10-25 17:07:43 -04:00
options optmanager: Inherit options from parent argument parsers 2019-10-25 17:07:43 -04:00
plugins Type annotate flake8.options.manager 2019-09-07 14:37:50 -07:00
__init__.py Release 3.7.9 2019-10-28 10:34:54 -07:00
__main__.py Move flake8 into src 2016-06-25 10:12:13 -05:00
checker.py Only use multiprocessing when the method is fork 2019-10-28 10:00:18 -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 Merge branch 'specific_noqa_pycodestyle' into 'master' 2019-10-28 16:51:09 +00: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 Only use multiprocessing when the method is fork 2019-10-28 10:00:18 -07:00