summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTimothy Crosley <timothy.crosley@gmail.com>2020-01-05 14:06:43 -0800
committerTimothy Crosley <timothy.crosley@gmail.com>2020-01-05 14:06:43 -0800
commit71efd733dfea8fe1262ea96bcee8f13dd8e159b7 (patch)
treefe1f3bcdb4b53f3f67e0993eb9a0dd52b0856fc5
parentb8f80ece8a4548feb2c8f4e29113e58044e2b8a3 (diff)
downloadisort-71efd733dfea8fe1262ea96bcee8f13dd8e159b7.tar.gz
black formatting
-rw-r--r--isort/main.py9
1 files changed, 7 insertions, 2 deletions
diff --git a/isort/main.py b/isort/main.py
index 2dab21ae..18c4d164 100644
--- a/isort/main.py
+++ b/isort/main.py
@@ -449,8 +449,13 @@ def parse_args(argv: Optional[Sequence[str]] = None) -> Dict[str, Any]:
action="store_true",
help="Use parenthesis for line continuation on length limit instead of slashes.",
)
- parser.add_argument("-V", "--version", action="store_true", dest="show_version",
- help="Displays the currently installed version of isort.")
+ parser.add_argument(
+ "-V",
+ "--version",
+ action="store_true",
+ dest="show_version",
+ help="Displays the currently installed version of isort.",
+ )
parser.add_argument(
"-v",
"--verbose",