Skip to content

Commit dcc8828

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

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

mypy/main.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -747,7 +747,7 @@ def add_invertible_flag(
747747
title="Untyped definitions and calls",
748748
description="Configure how untyped definitions and calls are handled. "
749749
"Note: by default, mypy assumes any calls to untyped "
750-
"functions have a return type of 'Any'."
750+
"functions have a return type of 'Any'.",
751751
)
752752
add_invertible_flag(
753753
"--disallow-untyped-calls",
@@ -784,7 +784,7 @@ def add_invertible_flag(
784784
add_invertible_flag(
785785
"--no-check-untyped-defs",
786786
default=True,
787-
dest='check_untyped_defs',
787+
dest="check_untyped_defs",
788788
help="Don't type check the interior of functions without type annotations",
789789
group=untyped_group,
790790
)

0 commit comments

Comments
 (0)