Skip to content

Commit d4c7b55

Browse files
committed
Add scripts/pre_commit_hook_all.sh
1 parent 8c8986c commit d4c7b55

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

scripts/pre_commit_hook_all.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
# Run all pre-commit hooks on all files in the repo
2+
# Useful when adding a new pre-commit hook to the repo
3+
pre-commit run --all-files

0 commit comments

Comments
 (0)