add mypy env

This commit is contained in:
Patrick Kanzler 2023-08-14 23:52:07 +02:00
parent d883a2a144
commit 51bef0533d

View File

@ -43,3 +43,12 @@ basepython = python
deps = flake8 deps = flake8
flake8-docstrings flake8-docstrings
commands = flake8 commands = flake8
[testenv:mypy]
basepython = python
deps = mypy
types-six
types-PyYAML
types-appdirs
types-Pillow
commands = mypy src