Skip to content

Commit 0df80f0

Browse files
committed
feat(mypy): more option argument noncompletions
1 parent 7f9d4ad commit 0df80f0

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

completions/mypy

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,8 @@ _mypy()
1010

1111
case $prev in
1212
--help | --version | --python-version | --platform | --always-true | \
13-
--always-false | --find-occurrences | --package | --command | -!(-*)[hVpc])
13+
--always-false | --@(dis|en)able-error-code | --find-occurrences | \
14+
--exclude | --package | --command | -!(-*)[hVpc])
1415
return
1516
;;
1617
--config-file)

0 commit comments

Comments
 (0)