mirror of
https://github.com/PyCQA/flake8.git
synced 2026-04-12 07:44:16 +00:00
parent
daca2c80db
commit
5fc1d3def0
1 changed files with 1 additions and 3 deletions
|
|
@ -258,9 +258,7 @@ def register_default_options(option_manager):
|
||||||
)
|
)
|
||||||
|
|
||||||
add_option(
|
add_option(
|
||||||
"--output-file",
|
"--output-file", default=None, help="Redirect report to a file."
|
||||||
default=None,
|
|
||||||
help="Redirect report to a file.",
|
|
||||||
)
|
)
|
||||||
|
|
||||||
add_option(
|
add_option(
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue