mirror of
https://github.com/freedomofpress/dangerzone.git
synced 2025-04-28 18:02:38 +02:00
add mypy lint check
This commit is contained in:
parent
392c4bddb5
commit
ec8bafa27c
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -33,7 +33,7 @@ mypy-dev-scripts:
|
||||||
mypy: mypy-host # mypy-container mypy-dev-scripts ## check type hints with mypy
|
mypy: mypy-host # mypy-container mypy-dev-scripts ## check type hints with mypy
|
||||||
|
|
||||||
.PHONY: lint
|
.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
|
.PHONY: lint-apply
|
||||||
lint-apply: lint-black-apply lint-isort-apply ## apply all the linter's suggestions
|
lint-apply: lint-black-apply lint-isort-apply ## apply all the linter's suggestions
|
||||||
|
|
Loading…
Reference in a new issue