We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a8ea37a commit 8d6d66cCopy full SHA for 8d6d66c
mypy/main.py
@@ -1127,7 +1127,8 @@ def add_invertible_flag(
1127
internals_group.add_argument("--export-ref-info", action="store_true", help=argparse.SUPPRESS)
1128
1129
report_group = parser.add_argument_group(
1130
- title="Report generation", description="Generate a report in the specified format in the specified directory."
+ title="Report generation",
1131
+ description="Generate a report in the specified format in the specified directory.",
1132
)
1133
for report_type in sorted(defaults.REPORTER_NAMES):
1134
if report_type not in {"memory-xml"}:
0 commit comments