diff --git a/Makefile b/Makefile index 05f5f1c..b630b67 100644 --- a/Makefile +++ b/Makefile @@ -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: