Skip to content

Commit c05df76

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

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

mypy/main.py

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1165,7 +1165,11 @@ def add_invertible_flag(
11651165

11661166
misc_group = parser.add_argument_group(title="Miscellaneous")
11671167
misc_group.add_argument("--quickstart-file", help=argparse.SUPPRESS)
1168-
misc_group.add_argument("--junit-xml", metavar="JUNIT_XML_OUTPUT_FILE", help="Write a JUnit XML test result document with type checking results to the given file")
1168+
misc_group.add_argument(
1169+
"--junit-xml",
1170+
metavar="JUNIT_XML_OUTPUT_FILE",
1171+
help="Write a JUnit XML test result document with type checking results to the given file",
1172+
)
11691173
imports_group.add_argument(
11701174
"--junit-format",
11711175
choices=["global", "per_file"],

0 commit comments

Comments
 (0)