From f48e724619809d4267c2a9ff3fd75df10cb89a6d Mon Sep 17 00:00:00 2001 From: Martin Czygan Date: Fri, 6 Nov 2020 00:15:48 +0100 Subject: add type annotations --- Makefile | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 562b68d..51aeaa2 100644 --- a/Makefile +++ b/Makefile @@ -37,6 +37,10 @@ test: ## Run coverage report lint: $(PY_FILES) pylint fuzzycat +.PHONY: mypy +mypy: + mypy --strict $$(find fuzzycat -name "*py") + .PHONY: clean clean: ## Clean all artifacts rm -rf build -- cgit v1.2.3