ci: add install-types to install stub packages

This commit is contained in:
Sean Breckenridge 2021-07-01 09:55:05 -07:00
parent b51a88e137
commit 429a126280

View file

@ -59,7 +59,8 @@ commands =
pip install -e .[testing,optional]
pip install orgparse # used it core.orgmode?
# todo add tests?
python3 -m mypy -p my.core \
python3 -m mypy --install-types --non-interactive \
-p my.core \
--txt-report .coverage.mypy-core \
--html-report .coverage.mypy-core \
{posargs}
@ -89,7 +90,7 @@ commands =
# todo fuck. -p my.github isn't checking the subpackages?? wtf...
# guess it wants .pyi file??
python3 -m mypy \
python3 -m mypy --install-types --non-interactive \
-p my.endomondo \
-p my.github.ghexport \
-p my.hypothesis \