We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
pre-commit
1 parent 79490db commit 30780ddCopy full SHA for 30780dd
Makefile
@@ -9,7 +9,7 @@ sources = pydantic_extra_types tests
9
install: .uv
10
uv sync --frozen --all-groups --all-extras
11
uv pip install pre-commit
12
- pre-commit install --install-hooks
+ uv run pre-commit install --install-hooks
13
14
.PHONY: rebuild-lockfiles ## Rebuild lockfiles from scratch, updating all dependencies
15
rebuild-lockfiles: .uv
0 commit comments