We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents f243369 + f04a43e commit 6f8f19aCopy full SHA for 6f8f19a
1 file changed
tox.ini
@@ -83,6 +83,8 @@ deps =
83
mypy0.74: mypy >= 0.740, < 0.750
84
mypy0.75: mypy >= 0.750, < 0.760
85
mypy0.76: mypy >= 0.760, < 0.770
86
+ mypy0.77: mypy >= 0.770, < 0.780
87
+ mypy0.78: mypy >= 0.780, < 0.790
88
mypy0.7x: mypy >= 0.700, < 0.800
89
90
pytest-cov ~= 2.5.1
@@ -102,7 +104,7 @@ commands =
102
104
deps =
103
105
bandit ~= 1.6.2
106
flake8 ~= 3.7.9
- mypy >= 0.760, < 0.770
107
+ mypy >= 0.780, < 0.790
108
commands =
109
bandit --recursive src
110
flake8 setup.py src tests
0 commit comments