Rename make lint-apply to make format

This commit is contained in:
Alexis Métaireau 2024-08-29 14:01:51 +02:00
parent 0c9f426b68
commit 2237f76219
No known key found for this signature in database
GPG key ID: C65C7A89A8FFC56E

View file

@ -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
.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
test: