Skip to content

Commit c5b39ce

Browse files
Remove unused lint-fix Makefile target
Use `make format` instead, which includes the copyright header.
1 parent be59fc9 commit c5b39ce

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

Makefile

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -58,11 +58,6 @@ lint: install ## Lint code
5858
pipenv run ruff check protovalidate tests
5959
pipenv verify
6060

61-
.PHONY: lint-fix
62-
lint-fix: install ## Lint code
63-
pipenv run ruff format protovalidate tests
64-
pipenv run ruff check --fix protovalidate tests
65-
6661
.PHONY: install
6762
install: ## Install dependencies
6863
$(PYTHON) -m pip install --upgrade pip pipenv

0 commit comments

Comments
 (0)