chore(pre-commit): add conventional commits hook

This commit is contained in:
Mikolaj Wielgus 2024-10-06 04:39:31 +02:00
parent 04fda44d4b
commit ede2cc2c32
1 changed files with 6 additions and 0 deletions

View File

@ -3,3 +3,9 @@ repos:
rev: v1.0
hooks:
- id: fmt
- repo: https://github.com/compilerla/conventional-pre-commit
rev: v3.4.0
hooks:
- id: conventional-pre-commit
stages: [commit-msg]
args: []