Skip to content

Commit

Permalink
Rename make lint-apply to make format
Browse files Browse the repository at this point in the history
  • Loading branch information
almet committed Sep 10, 2024
1 parent 0c9f426 commit 2237f76
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 @@ -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:
Expand Down

0 comments on commit 2237f76

Please sign in to comment.