diff options
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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 |