From adcde8abda524484fb9f7d72243abd3f2c090a5e Mon Sep 17 00:00:00 2001 From: Patrick Kanzler <4189642+patkan@users.noreply.github.com> Date: Sun, 17 Sep 2023 23:39:16 +0200 Subject: [PATCH] Install types-pywin32 for mypy (#568) --- tox.ini | 1 + 1 file changed, 1 insertion(+) diff --git a/tox.ini b/tox.ini index f80d268..6a60800 100644 --- a/tox.ini +++ b/tox.ini @@ -56,6 +56,7 @@ deps = mypy types-appdirs types-Pillow types-pyserial + types-pywin32 hypothesis>=6.83 jaconv commands = mypy src test