summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
authorTobias Henkel <tobias.henkel@bmw.de>2020-12-04 16:39:06 +0100
committerTobias Henkel <tobias.henkel@bmw.de>2020-12-09 16:28:27 +0100
commit6ab497ad3d199d284b3f7253e4cb3e8097fb4b82 (patch)
treef5eb3fbc0927c9e057a43e716948f0b858e16f42 /tox.ini
parent60587c79c2f1840d8f889ee58798f5f9790fa288 (diff)
downloadzuul-6ab497ad3d199d284b3f7253e4cb3e8097fb4b82.tar.gz
Bump mypy to 0.790
The currently used version 0.740 throws syntax errors when used with python 3.9. Change-Id: If5cd0da2d5a77126e9ac4c4d6db7a6552f1bd067
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini2
1 files changed, 1 insertions, 1 deletions
diff --git a/tox.ini b/tox.ini
index 97aa3e64d..7a1802d33 100644
--- a/tox.ini
+++ b/tox.ini
@@ -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}