Skip to content

Commit b859900

Browse files
committed
type check the tests too
1 parent 1bf9784 commit b859900

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ test_venv:
4444

4545
.PHONY: mypy
4646
mypy:
47-
$(Q)mypy --strict --no-warn-unused-ignores src
47+
$(Q)mypy --strict --no-warn-unused-ignores src test
4848

4949
.PHONY: update
5050
update:

0 commit comments

Comments
 (0)