1 parent 4a6c6da commit f04daa1Copy full SHA for f04daa1
1 file changed
tox.ini
@@ -39,7 +39,7 @@ commands = black --check --diff {[base]linting_targets}
39
basepython = python3
40
skip_install = true
41
deps = mypy
42
-commands = mypy atlassian/
+commands = mypy --install-types && mypy atlassian/
43
44
[testenv:bandit]
45
0 commit comments