From 51bef0533ddfd2f1e568daa97e949a0c0d4160a1 Mon Sep 17 00:00:00 2001 From: Patrick Kanzler Date: Mon, 14 Aug 2023 23:52:07 +0200 Subject: [PATCH] add mypy env --- tox.ini | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/tox.ini b/tox.ini index 3ef9b54..ebecba8 100644 --- a/tox.ini +++ b/tox.ini @@ -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 \ No newline at end of file