8 lines
246 B
YAML
8 lines
246 B
YAML
|
repos:
|
||
|
- repo: https://github.com/compilerla/conventional-pre-commit
|
||
|
rev: v2.3.0
|
||
|
hooks:
|
||
|
- id: conventional-pre-commit
|
||
|
stages: [commit-msg]
|
||
|
args: [feat, fix, ci, chore] # list of Conventional Commits types to allow
|