Skip to content

Commit 30780dd

Browse files
authored
🐛 Install pre-commit hooks with uv (#315)
1 parent 79490db commit 30780dd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ sources = pydantic_extra_types tests
99
install: .uv
1010
uv sync --frozen --all-groups --all-extras
1111
uv pip install pre-commit
12-
pre-commit install --install-hooks
12+
uv run pre-commit install --install-hooks
1313

1414
.PHONY: rebuild-lockfiles ## Rebuild lockfiles from scratch, updating all dependencies
1515
rebuild-lockfiles: .uv

0 commit comments

Comments
 (0)