Complete typing with mypy --check-untyped-defs.

This commit is contained in:
Sergio Martínez Portela 2023-10-16 00:21:30 +02:00
parent 9fb4bce5ef
commit 1d0b4cce14
3 changed files with 28 additions and 12 deletions

View file

@ -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