Skip to content

Commit 4c2601a

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

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
@@ -568,10 +568,7 @@ def add_invertible_flag(
568568
)
569569

570570
general_group.add_argument(
571-
"-O",
572-
"--output",
573-
help="Set a custom output format",
574-
choices=sorted(OUTPUT_CHOICES),
571+
"-O", "--output", help="Set a custom output format", choices=sorted(OUTPUT_CHOICES)
575572
)
576573

577574
config_group = parser.add_argument_group(

0 commit comments

Comments
 (0)