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 7f9d4ad commit 0df80f0Copy full SHA for 0df80f0
completions/mypy
@@ -10,7 +10,8 @@ _mypy()
10
11
case $prev in
12
--help | --version | --python-version | --platform | --always-true | \
13
- --always-false | --find-occurrences | --package | --command | -!(-*)[hVpc])
+ --always-false | --@(dis|en)able-error-code | --find-occurrences | \
14
+ --exclude | --package | --command | -!(-*)[hVpc])
15
return
16
;;
17
--config-file)
0 commit comments