We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8482ce5 commit 62f5abeCopy full SHA for 62f5abe
.github/workflows/type_check.yml
@@ -27,4 +27,6 @@ jobs:
27
run: pip install .
28
29
- name: Run `mypy` type checker
30
+ # proceed even if mypy checking fails:
31
+ continue-on-error: true
32
run: mypy --strict .
0 commit comments