Skip to content

Commit

Permalink
Merge branch 'black-format' into 'master'
Browse files Browse the repository at this point in the history
Reformat files via `black`

See merge request pycqa/flake8!362
  • Loading branch information
asottile committed Oct 13, 2019
2 parents daca2c8 + 5fc1d3d commit e061259
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/flake8/main/options.py
Original file line number Diff line number Diff line change
Expand Up @@ -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(
Expand Down

0 comments on commit e061259

Please sign in to comment.