type check the tests too

This commit is contained in:
Jeff Epler 2025-05-21 16:46:07 +02:00
parent 1bf978445e
commit b859900b9b

View file

@ -44,7 +44,7 @@ test_venv:
.PHONY: mypy
mypy:
$(Q)mypy --strict --no-warn-unused-ignores src
$(Q)mypy --strict --no-warn-unused-ignores src test
.PHONY: update
update: