1
0
mirror of https://github.com/python-escpos/python-escpos synced 2025-06-25 08:38:43 +00:00

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
flake8-docstrings
commands = flake8
[testenv:mypy]
basepython = python
deps = mypy
types-six
types-PyYAML
types-appdirs
types-Pillow
commands = mypy src