Merge "Bump mypy to 0.790"

This commit is contained in:
Zuul 2021-02-15 16:22:22 +00:00 committed by Gerrit Code Review
commit c9103c5231

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