mirror of https://codeberg.org/topola/topola.git
chore(pre-commit): add conventional commits hook
This commit is contained in:
parent
04fda44d4b
commit
ede2cc2c32
|
|
@ -3,3 +3,9 @@ repos:
|
||||||
rev: v1.0
|
rev: v1.0
|
||||||
hooks:
|
hooks:
|
||||||
- id: fmt
|
- id: fmt
|
||||||
|
- repo: https://github.com/compilerla/conventional-pre-commit
|
||||||
|
rev: v3.4.0
|
||||||
|
hooks:
|
||||||
|
- id: conventional-pre-commit
|
||||||
|
stages: [commit-msg]
|
||||||
|
args: []
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue