1
0
mirror of https://github.com/python-escpos/python-escpos synced 2025-09-13 09:09:58 +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