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 9c8c2a1 commit 576ebbbCopy full SHA for 576ebbb
mypy/main.py
@@ -389,7 +389,7 @@ def add_argument(
389
ValueError(
390
"Mypy-internal CLI documentation style error: help description for the Report generation flag"
391
+ f" {name_or_flags} was unexpectedly provided. (Currently, '{help}'.)"
392
- + " This check is in the code because we assume there's nothing help to say about the report flags."
+ + " This check is in the code because we assume there's nothing helpful to say about the report flags."
393
+ " If you're improving that situation, feel free to remove this check."
394
)
395
else:
0 commit comments