actually enable strict type checking
This commit is contained in:
parent
25e2f7352b
commit
0be11960d9
1 changed files with 1 additions and 1 deletions
2
.github/workflows/test.yml
vendored
2
.github/workflows/test.yml
vendored
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue