From a2154b74e37ae3724a26e6b7698dd084f607152f Mon Sep 17 00:00:00 2001 From: Sean Breckenridge Date: Sun, 13 Feb 2022 04:58:07 -0800 Subject: [PATCH] ci: add module install/mypy --- tox.ini | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tox.ini b/tox.ini index 64e1ab3..41aa04a 100644 --- a/tox.ini +++ b/tox.ini @@ -84,6 +84,7 @@ commands = commands = pip install -e .[testing,optional] + hpi module install my.browser.export hpi module install my.orgmode hpi module install my.endomondo hpi module install my.github.ghexport @@ -103,6 +104,7 @@ commands = # todo fuck. -p my.github isn't checking the subpackages?? wtf... # guess it wants .pyi file?? python3 -m mypy --install-types --non-interactive \ + -p my.browser.export \ -p my.endomondo \ -p my.github.ghexport \ -p my.hypothesis \