mirror of
https://github.com/PyCQA/flake8.git
synced 2026-04-07 21:44:18 +00:00
Add code to handle config files specified with the --prepend-config argument. Options specified in prepend files get a higher precedence than flake8 defaults but a lower one than user configs. This allows to override the defaults without affecting the behaviour of user and local config files. This implements a solution for issue #349 |
||
|---|---|---|
| .. | ||
| subdir | ||
| test_aggregator.py | ||
| test_checker.py | ||
| test_plugins.py | ||