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:
Eric N. Vander Weele 2019-10-13 03:47:59 +00:00
commit 4849ebe00e

View file

@ -260,7 +260,6 @@ def register_default_options(option_manager):
add_option(
"--output-file",
default=None,
parse_from_config=True,
help="Redirect report to a file.",
)