Merge branch 'black-format' into 'master'

Reformat files via `black`

See merge request pycqa/flake8!362
This commit is contained in:
Anthony Sottile 2019-10-13 17:49:37 +00:00
commit e061259709

View file

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