Skip to content

Commit 4198e25

Browse files
committed
fix(mypy): --custom-typing-module handling
1 parent 0df80f0 commit 4198e25

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

completions/mypy

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ _mypy()
3030
_filedir -d
3131
return
3232
;;
33-
--custom-typing | --module | -!(-*)m)
33+
--custom-typing-module | --module | -!(-*)m)
3434
_xfunc python _python_modules
3535
return
3636
;;

0 commit comments

Comments
 (0)