Skip to content

Commit

Permalink
type_check.yml: make mypy check optional
Browse files Browse the repository at this point in the history
  • Loading branch information
jeffjennings committed Jun 25, 2024
1 parent 8482ce5 commit 62f5abe
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/type_check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,4 +27,6 @@ jobs:
run: pip install .

- name: Run `mypy` type checker
# proceed even if mypy checking fails:
continue-on-error: true
run: mypy --strict .

0 comments on commit 62f5abe

Please sign in to comment.