Skip to content

Commit f04daa1

Browse files
committed
mypy deps fix after breaking changes
1 parent 4a6c6da commit f04daa1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ commands = black --check --diff {[base]linting_targets}
3939
basepython = python3
4040
skip_install = true
4141
deps = mypy
42-
commands = mypy atlassian/
42+
commands = mypy --install-types && mypy atlassian/
4343

4444
[testenv:bandit]
4545
basepython = python3

0 commit comments

Comments
 (0)