Skip to content

Commit

Permalink
strict mypy checking in CI; fixes #71
Browse files Browse the repository at this point in the history
  • Loading branch information
nlsandler committed Aug 27, 2024
1 parent 935f584 commit 9f30d8d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test_tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -107,4 +107,4 @@ jobs:
# stop the build if there are errors
pylint -E tests/test_framework
# stop the build if there are type errors
mypy tests/test_framework
mypy tests/test_framework --strict

0 comments on commit 9f30d8d

Please sign in to comment.