Skip to content

Commit

Permalink
add mypy lint check
Browse files Browse the repository at this point in the history
  • Loading branch information
deeplow committed Aug 22, 2022
1 parent 392c4bd commit ec8bafa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit ec8bafa

Please sign in to comment.