Skip to content

Commit

Permalink
fix: repetitive code
Browse files Browse the repository at this point in the history
  • Loading branch information
lengau committed Dec 20, 2024
1 parent 8b72e6f commit 0dd6c4b
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions common.mk
Original file line number Diff line number Diff line change
Expand Up @@ -58,9 +58,6 @@ setup-docs: install-uv ##- Set up a documentation-only environment

.PHONY: setup-precommit
setup-precommit: install-uv ##- Set up pre-commit hooks in this repository.
ifeq ($(shell which pre-commit),)
uv tool install pre-commit
endif
ifeq ($(shell which pre-commit),)
uv tool run pre-commit install
else
Expand Down

0 comments on commit 0dd6c4b

Please sign in to comment.