From 559ca663068a8fa64517efee11312b212b36f00f Mon Sep 17 00:00:00 2001 From: Patrick Kanzler <4189642+patkan@users.noreply.github.com> Date: Sun, 17 Sep 2023 23:31:54 +0200 Subject: [PATCH] Install types-pywin32 for mypy --- 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