Skip to content

Commit b335987

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent e03e7f1 commit b335987

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

mypy/main.py

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -530,10 +530,7 @@ def add_invertible_flag(
530530
)
531531

532532
general_group.add_argument(
533-
"-O",
534-
"--output",
535-
help="Set a custom output format",
536-
choices=OUTPUT_CHOICES,
533+
"-O", "--output", help="Set a custom output format", choices=OUTPUT_CHOICES
537534
)
538535

539536
config_group = parser.add_argument_group(

0 commit comments

Comments
 (0)