core/structure: help locate/extract gdpr exports (#175)

* core/structure: help locate/extract gdpr exports

* ci: add install-types to install stub packages
This commit is contained in:
Sean Breckenridge 2021-07-07 16:44:55 -07:00 committed by GitHub
parent 8ca88bde2e
commit 821bc08a23
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
10 changed files with 192 additions and 2 deletions

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 \