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 7d2be37 commit b785fa3Copy full SHA for b785fa3
tox.ini
@@ -127,6 +127,7 @@ deps =
127
mypy0.76: mypy >= 0.760, < 0.770
128
mypy0.77: mypy >= 0.770, < 0.780
129
mypy0.78: mypy >= 0.780, < 0.790
130
+ mypy0.79: mypy >= 0.790, < 0.800
131
mypy0.7x: mypy >= 0.700, < 0.800
132
133
commands = py.test -p no:mypy --cov pytest_mypy --cov-fail-under 100 --cov-report term-missing {posargs:-n auto} tests
@@ -144,7 +145,7 @@ commands =
144
145
deps =
146
bandit ~= 1.6.2
147
flake8 ~= 3.8.3
- mypy >= 0.780, < 0.790
148
+ mypy >= 0.790, < 0.800
149
commands =
150
bandit --recursive src
151
flake8 setup.py src tests
0 commit comments