Skip to content

Commit ab9f406

Browse files
Only install pre-commit hooks (skip legacy hooks)
1 parent 3f0616d commit ab9f406

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

justfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ sub:
135135
# [git] update pre-commit hooks
136136
pre-commit:
137137
@echo "To install pre-commit hooks:"
138-
@echo "pre-commit install"
138+
@echo "pre-commit install -f"
139139
@echo "Updating pre-commit hooks..."
140140
pre-commit autoupdate
141141

0 commit comments

Comments
 (0)