From ec8bafa27ce3e93b647259f0eeb0a15632af4360 Mon Sep 17 00:00:00 2001 From: deeplow Date: Thu, 4 Aug 2022 12:20:37 +0100 Subject: [PATCH] add mypy lint check --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index ddfa41f..546af9b 100644 --- a/Makefile +++ b/Makefile @@ -33,7 +33,7 @@ mypy-dev-scripts: mypy: mypy-host # mypy-container mypy-dev-scripts ## check type hints with mypy .PHONY: lint -lint: lint-black lint-isort ## check the code with various linters +lint: lint-black lint-isort mypy ## check the code with various linters .PHONY: lint-apply lint-apply: lint-black-apply lint-isort-apply ## apply all the linter's suggestions