summaryrefslogtreecommitdiff
path: root/setup.cfg
diff options
context:
space:
mode:
authorSorin Sbarnea <ssbarnea@redhat.com>2020-12-09 15:26:35 +0000
committerSorin Sbarnea <ssbarnea@redhat.com>2020-12-09 17:04:45 +0000
commitc911e26fa6058df7810c1cdbe8ca4ce400dcdaae (patch)
tree132ec38c5a52ebb82d316e95ae0c8751ec51fd2b /setup.cfg
parent6ab497ad3d199d284b3f7253e4cb3e8097fb4b82 (diff)
downloadzuul-c911e26fa6058df7810c1cdbe8ca4ce400dcdaae.tar.gz
Decouple mypy from tox
This allows mypy to produce the same results regardless how is called. For example IDEs will produce the same results as tox -e linters instead of displaying violations which the core team decided to disable. Change-Id: I20eeafc0549f78e3d4f9636793cfe031389b6bbe
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 cd56552ac..20fe7b39b 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -61,3 +61,6 @@ zuul_base =
[mypy]
allow_redefinition = True
+files = zuul
+ignore_missing_imports = True
+python_version = 3.6