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:
parent
8ca88bde2e
commit
821bc08a23
10 changed files with 192 additions and 2 deletions
5
tox.ini
5
tox.ini
|
@ -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 \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue