Skip to content

Commit 74da5c6

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

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

mypy/main.py

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1009,8 +1009,9 @@ def add_invertible_flag(
10091009
)
10101010
internals_group.add_argument("--pdb", action="store_true", help="Invoke pdb on fatal error")
10111011
internals_group.add_argument(
1012-
"--extend-plugins", "--ep",
1013-
type=lambda s: [item.strip() for item in s.split(',')],
1012+
"--extend-plugins",
1013+
"--ep",
1014+
type=lambda s: [item.strip() for item in s.split(",")],
10141015
metavar="{MODULE|PLUGIN_FILE}",
10151016
dest="special-opts:cli_plugins",
10161017
help="Include user defined plugins during Mypy's type analysis",

0 commit comments

Comments
 (0)