From b859900b9b890abebdac193b541da6331496ad53 Mon Sep 17 00:00:00 2001 From: Jeff Epler Date: Wed, 21 May 2025 16:46:07 +0200 Subject: [PATCH] type check the tests too --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: