From 5fc1d3def026f808e6d8a8d9dcce9a5246c7d423 Mon Sep 17 00:00:00 2001 From: "Eric N. Vander Weele" Date: Sun, 13 Oct 2019 13:35:56 -0400 Subject: [PATCH] Reformat files via `black` This was missed in bb12b83. --- src/flake8/main/options.py | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/src/flake8/main/options.py b/src/flake8/main/options.py index 4fdaf82..101bd1a 100644 --- a/src/flake8/main/options.py +++ b/src/flake8/main/options.py @@ -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(