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:
Tobias Henkel 2020-12-04 16:32:41 +01:00
parent b371dc2f40
commit d38b1d11b3
No known key found for this signature in database
GPG Key ID: 03750DEC158E5FA2

View File

@ -33,7 +33,7 @@ install_command = pip install {opts} {packages}
# type checking on the world - just on ourselves.
deps =
flake8
mypy<0.740
mypy<0.790
commands =
flake8 {posargs}
mypy --ignore-missing-imports zuulclient