mirror of
https://github.com/PyCQA/flake8.git
synced 2026-03-31 11:16:54 +00:00
Merge branch 'black-format' into 'master'
Reformat files via `black` See merge request pycqa/flake8!362
This commit is contained in:
commit
e061259709
1 changed files with 1 additions and 3 deletions
|
|
@ -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(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue