summaryrefslogtreecommitdiffstats
path: root/tox.ini
diff options
context:
space:
mode:
authorThomas Waldmann <tw@waldmann-edv.de>2022-07-15 12:44:56 +0200
committerThomas Waldmann <tw@waldmann-edv.de>2022-07-15 12:49:38 +0200
commitb07aeef4981c936eba63e5e1b5534838234c9fde (patch)
tree76ff1b94c32e82716f4fe5a0810a8ed384a135d0 /tox.ini
parentc5fa64a9a49d12a9677ac6e61b2ecb191d5980e6 (diff)
add mypy checking
also added some .pyi files needed to check the cython code (taken from #5703 and updated). fixed "syntax error" in key.py. all mypy complaints not fixed yet.
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini8
1 files changed, 8 insertions, 0 deletions
diff --git a/tox.ini b/tox.ini
index 37ed3b142..861c24322 100644
--- a/tox.ini
+++ b/tox.ini
@@ -29,3 +29,11 @@ changedir =
deps =
flake8
commands = flake8 src scripts conftest.py
+
+[testenv:mypy]
+changedir =
+deps =
+ pytest
+ mypy
+ pkgconfig
+commands = mypy