8 lines
242 B
YAML
8 lines
242 B
YAML
repos:
|
|
- repo: https://github.com/compilerla/conventional-pre-commit
|
|
rev: v2.1.1
|
|
hooks:
|
|
- id: conventional-pre-commit
|
|
stages: [commit-msg]
|
|
args: [build, ci, docs, feat, fix, perf, refactor, style, test, chore]
|