add mypy lint check

This commit is contained in:
deeplow 2022-08-04 12:20:37 +01:00
parent 392c4bddb5
commit ec8bafa27c
No known key found for this signature in database
GPG key ID: 577982871529A52A

View file

@ -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