Bump mypy to 0.790

The currently used version 0.740 throws syntax errors when used with
python 3.9.

Change-Id: If5cd0da2d5a77126e9ac4c4d6db7a6552f1bd067
This commit is contained in:
Tobias Henkel 2020-12-04 16:39:06 +01:00
parent 60587c79c2
commit 6ab497ad3d
No known key found for this signature in database
GPG Key ID: 03750DEC158E5FA2
2 changed files with 4 additions and 1 deletions

View File

@ -58,3 +58,6 @@ zuul_base =
psycopg2-binary
yappi
objgraph
[mypy]
allow_redefinition = True

View File

@ -55,7 +55,7 @@ install_command = pip install {opts} {packages}
# type checking on the world - just on ourselves.
deps =
flake8
mypy<0.740
mypy<0.790
openapi-spec-validator
commands =
flake8 {posargs}