mirror of
https://github.com/PyCQA/flake8.git
synced 2026-03-30 02:46:52 +00:00
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. |
||
|---|---|---|
| .. | ||
| api | ||
| formatting | ||
| main | ||
| options | ||
| plugins | ||
| __init__.py | ||
| __main__.py | ||
| _compat.py | ||
| checker.py | ||
| defaults.py | ||
| exceptions.py | ||
| processor.py | ||
| statistics.py | ||
| style_guide.py | ||
| utils.py | ||