summaryrefslogtreecommitdiff
path: root/setup.cfg
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 /setup.cfg
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 'setup.cfg')
-rw-r--r--setup.cfg3
1 files changed, 3 insertions, 0 deletions
diff --git a/setup.cfg b/setup.cfg
index 5ba97651a..cd56552ac 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -58,3 +58,6 @@ zuul_base =
psycopg2-binary
yappi
objgraph
+
+[mypy]
+allow_redefinition = True