Add documentation for --prepend-config option

This commit is contained in:
Germain Chazot 2018-07-18 12:23:06 +01:00
parent 9631dac52a
commit d3ec3ed315
3 changed files with 33 additions and 0 deletions

View file

@ -130,6 +130,11 @@ And you should see something like:
--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