From 9f30d8dc1970bbe360af67ca4448f0618ea5cd79 Mon Sep 17 00:00:00 2001 From: Nora Sandler Date: Tue, 27 Aug 2024 09:42:06 -0700 Subject: [PATCH] strict mypy checking in CI; fixes #71 --- .github/workflows/test_tests.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test_tests.yaml b/.github/workflows/test_tests.yaml index 4efddca9..d0cf6e2c 100644 --- a/.github/workflows/test_tests.yaml +++ b/.github/workflows/test_tests.yaml @@ -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 \ No newline at end of file + mypy tests/test_framework --strict \ No newline at end of file