flake8/src/flake8
Eric N. Vander Weele 9fa5663986 application: Inline creation of config.ConfigFileFinder
Simplify the initialization code path by invoking
`config.ConfigFileFinder` directly instead of the extra hop by calling
the static class-level `Application.make_config_finder()` method.
2019-12-03 13:21:01 -05:00
..
api application: Inline creation of config.ConfigFileFinder 2019-12-03 13:21:01 -05:00
formatting Apply suggestion to src/flake8/formatting/base.py 2019-08-18 22:05:00 +00:00
main application: Inline creation of config.ConfigFileFinder 2019-12-03 13:21:01 -05:00
options aggregator: Simplify 'aggregate_options' function definition 2019-11-03 01:11:43 +00:00
plugins Work around RecursionError in EntryPoint.__repr__ in pypy 2019-11-29 10:17:29 -08: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
_compat.py Switch from entrypoints to importlib_metadata 2019-11-28 17:30:52 -08: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 Switch from entrypoints to importlib_metadata 2019-11-28 17:30:52 -08:00
processor.py application: Inline creation of config.ConfigFileFinder 2019-12-03 13:21:01 -05: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 Only use multiprocessing when the method is fork 2019-10-28 10:00:18 -07:00