mirror of
https://github.com/LukeHagar/connexion.git
synced 2025-12-06 04:19:26 +00:00
Activate mypy check in pre-commit (#1560)
This commit is contained in:
10
tox.ini
10
tox.ini
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user