Skip to content

Commit d592ddb

Browse files
committed
feat: pre-commit config for local repo
1 parent 26121ef commit d592ddb

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.pre-commit-config.yaml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
repos:
2+
- repo: local
3+
hooks:
4+
- id: conventional-pre-commit
5+
name: Conventional Commit (local)
6+
entry: conventional-pre-commit.sh
7+
language: script
8+
stages: [commit-msg]

0 commit comments

Comments
 (0)