mirror of
https://github.com/PyCQA/flake8.git
synced 2026-04-07 21:44:18 +00:00
Add --prepend-config to command line
This commit is contained in:
parent
d3ec3ed315
commit
4aa4eef0e7
1 changed files with 8 additions and 0 deletions
|
|
@ -190,6 +190,14 @@ def register_default_options(option_manager):
|
|||
|
||||
# Config file options
|
||||
|
||||
add_option(
|
||||
'--prepend-config', action='append',
|
||||
help='Provide extra config files to parse in addition to the files '
|
||||
'found by Flake8 by default. These files are the first ones read '
|
||||
'and so they take the lowest precedence when multiple files '
|
||||
'provide the same option.',
|
||||
)
|
||||
|
||||
add_option(
|
||||
'--append-config', action='append',
|
||||
help='Provide extra config files to parse in addition to the files '
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue