Skip to content

Commit 0a60ed4

Browse files
committed
Enable mypy errors on CI
1 parent 6422b02 commit 0a60ed4

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

.github/workflows/test.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,5 +34,3 @@ jobs:
3434
run: "python -m unittest"
3535
- name: Check types with mypy
3636
run: mypy .
37-
# TODO: Fix typing
38-
continue-on-error: true

0 commit comments

Comments
 (0)