Skip to content

Commit 4960030

Browse files
committed
fix(precommit): default install hook types
install pre-commit and commit-msg by default
1 parent 9b27ef0 commit 4960030

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.pre-commit-config.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@ ci:
22
autofix_commit_msg: "chore(pre-commit): autofix run"
33
autoupdate_commit_msg: "chore(pre-commit): autoupdate hooks"
44

5+
default_install_hook_types:
6+
- pre-commit
7+
- commit-msg
8+
59
repos:
610
- repo: https://github.com/compilerla/conventional-pre-commit
711
rev: v2.3.0

0 commit comments

Comments
 (0)