summaryrefslogtreecommitdiff
path: root/tox.ini
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 /tox.ini
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 'tox.ini')
-rw-r--r--tox.ini2
1 files changed, 1 insertions, 1 deletions
diff --git a/tox.ini b/tox.ini
index 7a1802d33..517eb01f8 100644
--- a/tox.ini
+++ b/tox.ini
@@ -59,7 +59,7 @@ deps =
openapi-spec-validator
commands =
flake8 {posargs}
- mypy --ignore-missing-imports zuul
+ mypy
openapi-spec-validator web/public/openapi.yaml
[testenv:cover]