mirror of
https://github.com/PyCQA/flake8.git
synced 2026-04-08 05:54:17 +00:00
Add documentation for --prepend-config option
This commit is contained in:
parent
9631dac52a
commit
d3ec3ed315
3 changed files with 33 additions and 0 deletions
|
|
@ -80,6 +80,11 @@ All options available as of Flake8 3.1.0::
|
|||
--output-file=OUTPUT_FILE
|
||||
Redirect report to a file.
|
||||
--tee Write to stdout and output-file.
|
||||
--prepend-config=PREPEND_CONFIG
|
||||
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.
|
||||
--append-config=APPEND_CONFIG
|
||||
Provide extra config files to parse in addition to the
|
||||
files found by Flake8 by default. These files are the
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue