From d38b1d11b328f97adf2638e7ad008cf373eee6cb Mon Sep 17 00:00:00 2001 From: Tobias Henkel Date: Fri, 4 Dec 2020 16:32:41 +0100 Subject: [PATCH] Bump mypy to 0.790 The version 0.740 fails with syntax errors when running unter MacOS and python 3.9. Change-Id: I58b269ac3a14f6cd3c6ddce2ff0af0cc19bf6fec --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index 99c5c5c..c92d3c9 100644 --- a/tox.ini +++ b/tox.ini @@ -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