Skip to content

Commit 8b42c75

Browse files
committed
📦🔧 Add --install-hooks flag to pre-commit install in prepare task
1 parent 0e78d88 commit 8b42c75

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

project_name/justfile.jinja

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ update-deps:
2727

2828
# Setup the project. Needed after cloning
2929
prepare:
30-
uv run pre-commit install
30+
uv run pre-commit install --install-hooks
3131

3232
check-and-push:
3333
[ -z "$(git status --porcelain)" ]

0 commit comments

Comments
 (0)