Bump mypy to 0.790
The version 0.740 fails with syntax errors when running unter MacOS and python 3.9. Change-Id: I58b269ac3a14f6cd3c6ddce2ff0af0cc19bf6fec
This commit is contained in:
parent
b371dc2f40
commit
d38b1d11b3
2
tox.ini
2
tox.ini
@ -33,7 +33,7 @@ install_command = pip install {opts} {packages}
|
|||||||
# type checking on the world - just on ourselves.
|
# type checking on the world - just on ourselves.
|
||||||
deps =
|
deps =
|
||||||
flake8
|
flake8
|
||||||
mypy<0.740
|
mypy<0.790
|
||||||
commands =
|
commands =
|
||||||
flake8 {posargs}
|
flake8 {posargs}
|
||||||
mypy --ignore-missing-imports zuulclient
|
mypy --ignore-missing-imports zuulclient
|
||||||
|
Loading…
x
Reference in New Issue
Block a user