Activate mypy check in pre-commit (#1560)

This commit is contained in:
Robbe Sneyders
2022-08-23 09:02:14 +02:00
committed by GitHub
parent 64f42547dc
commit 67bd37fe77
12 changed files with 40 additions and 42 deletions

10
tox.ini
View File

@@ -41,13 +41,3 @@ commands=
[testenv:pre-commit]
deps=pre-commit
commands=pre-commit run --all-files --show-diff-on-failure
[testenv:mypy]
deps=
mypy==0.910
types-PyYAML
types-requests
types-setuptools
types-ujson
ignore_outcome=true
commands=mypy --exclude='examples/' connexion tests