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 a619c54 commit dcc8828Copy full SHA for dcc8828
1 file changed
mypy/main.py
@@ -747,7 +747,7 @@ def add_invertible_flag(
747
title="Untyped definitions and calls",
748
description="Configure how untyped definitions and calls are handled. "
749
"Note: by default, mypy assumes any calls to untyped "
750
- "functions have a return type of 'Any'."
+ "functions have a return type of 'Any'.",
751
)
752
add_invertible_flag(
753
"--disallow-untyped-calls",
@@ -784,7 +784,7 @@ def add_invertible_flag(
784
785
"--no-check-untyped-defs",
786
default=True,
787
- dest='check_untyped_defs',
+ dest="check_untyped_defs",
788
help="Don't type check the interior of functions without type annotations",
789
group=untyped_group,
790
0 commit comments