actually enable strict type checking

This commit is contained in:
Jeff Epler 2021-10-05 14:57:25 -05:00
parent 25e2f7352b
commit 0be11960d9

View file

@ -42,7 +42,7 @@ jobs:
run: python -mpip install -r requirements-dev.txt
- name: Check stubs
run: mypy wwvb uwwvb.py
run: mypy --strict wwvb uwwvb.py
- name: Test
run: python -mcoverage run --branch -m unittest && python -mcoverage report --fail-under=100