Skip to content

Commit 67032a9

Browse files
committed
Enable MyPy test in CD
1 parent 4fd3373 commit 67032a9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,4 +109,4 @@ jobs:
109109
docformatter --wrap-summaries 160 --wrap-descriptions 160 -cr $MODULE_NAME tests
110110
black --check $MODULE_NAME tests
111111
mypy -V
112-
# mypy $MODULE_NAME tests
112+
mypy $MODULE_NAME tests

0 commit comments

Comments
 (0)