Skip to content

Commit 6b7f2dd

Browse files
committed
Mypy just revert back the breaking changes
1 parent fa83af1 commit 6b7f2dd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tox.ini

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,8 @@ commands = black --check --diff {[base]linting_targets}
3838
[testenv:mypy]
3939
basepython = python3
4040
skip_install = true
41-
deps = mypy
42-
commands = mypy --install-types && mypy atlassian/
41+
deps = mypy == 0.812
42+
commands = mypy atlassian/
4343

4444
[testenv:bandit]
4545
basepython = python3

0 commit comments

Comments
 (0)