forked from kenkeiras/org-rw
Complete typing with mypy --check-untyped-defs
.
This commit is contained in:
parent
9fb4bce5ef
commit
1d0b4cce14
3 changed files with 28 additions and 12 deletions
|
@ -21,7 +21,7 @@ jobs:
|
|||
- run: apt-get update && apt-get install -y python3-pip
|
||||
- run: pip install -e .
|
||||
- run: pip install mypy
|
||||
- run: mypy org_rw
|
||||
- run: mypy org_rw --check-untyped-defs
|
||||
|
||||
stability-extra-test:
|
||||
runs-on: ubuntu-latest
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue