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 73d99fd commit 0b4cdd9Copy full SHA for 0b4cdd9
tox.ini
@@ -28,11 +28,11 @@ deps =
28
{[testenv]deps}
29
commands =
30
mypy --install-types --non-interactive {toxinidir}/inform
31
- mypy \
32
- --install-types \
33
- --non-interactive \
34
- --disable-error-code import \
35
- {toxinidir}/examples/addsshkeys
+ # mypy \
+ # --install-types \
+ # --non-interactive \
+ # --disable-error-code import \
+ # {toxinidir}/examples/addsshkeys
36
mypy \
37
--install-types \
38
--non-interactive \
0 commit comments