We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 123d7dc commit 0c3411dCopy full SHA for 0c3411d
1 file changed
tox.ini
@@ -156,10 +156,10 @@ commands =
156
[testenv:static]
157
deps =
158
bandit ~= 1.7.0
159
- black ~= 20.8b
160
- flake8 ~= 3.8.3
+ black ~= 21.6b
+ flake8 ~= 3.9.0
161
flake8-commas ~= 2.0.0
162
- mypy >= 0.810, < 0.820
+ mypy >= 0.900, < 0.910
163
commands =
164
black --check src setup.py tests
165
flake8 src setup.py tests
0 commit comments