Skip to content

Commit 8d6d66c

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

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

mypy/main.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1127,7 +1127,8 @@ def add_invertible_flag(
11271127
internals_group.add_argument("--export-ref-info", action="store_true", help=argparse.SUPPRESS)
11281128

11291129
report_group = parser.add_argument_group(
1130-
title="Report generation", description="Generate a report in the specified format in the specified directory."
1130+
title="Report generation",
1131+
description="Generate a report in the specified format in the specified directory.",
11311132
)
11321133
for report_type in sorted(defaults.REPORTER_NAMES):
11331134
if report_type not in {"memory-xml"}:

0 commit comments

Comments
 (0)