mirror of
https://github.com/freedomofpress/dangerzone.git
synced 2025-04-28 18:02:38 +02:00
Rename make lint-apply
to make format
This commit is contained in:
parent
0c9f426b68
commit
2237f76219
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -38,7 +38,7 @@ mypy: mypy-host mypy-tests ## check type hints with mypy
|
||||||
lint: lint-black lint-isort mypy ## 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
|
format: lint-black-apply lint-isort-apply ## apply all the linter's suggestions
|
||||||
|
|
||||||
.PHONY: test
|
.PHONY: test
|
||||||
test:
|
test:
|
||||||
|
|
Loading…
Reference in a new issue