From e9bcdc910a2101c0da2fa379da36e1d1be2fe3f2 Mon Sep 17 00:00:00 2001 From: Lex Neva Date: Thu, 21 Aug 2025 16:10:48 -0400 Subject: fix type errors (#3928) * fix type checking error in overriding path propery * fix type hints in sew stack * enable type checking for tartan * ignore type warnings for dynamic wx module attributes * fix tartan type errors * fix circular import * add type-check and test targets * use Optional instead --- Makefile | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 4cf939c8..edb097b4 100644 --- a/Makefile +++ b/Makefile @@ -51,3 +51,11 @@ version: .PHONY: style style: bash -x bin/style-check + +.PHONY: type-check mypy +type-check mypy: + python -m mypy + +.PHONY: test +test: + pytest -- cgit v1.3.1