mirror of
https://github.com/PyCQA/flake8.git
synced 2026-03-29 18:46:52 +00:00
Merge branch 'remove-output-file-config' into 'master'
options: Remove parsing `--output-file` from the configuration file See merge request pycqa/flake8!361
This commit is contained in:
commit
daca2c80db
1 changed files with 0 additions and 1 deletions
|
|
@ -260,7 +260,6 @@ def register_default_options(option_manager):
|
||||||
add_option(
|
add_option(
|
||||||
"--output-file",
|
"--output-file",
|
||||||
default=None,
|
default=None,
|
||||||
parse_from_config=True,
|
|
||||||
help="Redirect report to a file.",
|
help="Redirect report to a file.",
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue