tox.ini: flake8==3.9.2

This commit is contained in:
Christian Clauss
2021-07-04 07:50:55 +02:00
parent 6c4f99051d
commit 080c176aa8

View File

@@ -34,7 +34,7 @@ commands=
python setup.py test
[testenv:flake8]
deps=flake8==3.6.0
deps=flake8==3.9.2
commands=python setup.py flake8
[testenv:isort-check]