chore: add conventional-pre-commit hook (#2027)

This commit is contained in:
Daniel Liu 2026-02-07 02:42:08 +08:00 committed by GitHub
parent 6120def776
commit 0a7e7dde38
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1,5 +1,11 @@
fail_fast: true
repos:
- repo: https://github.com/compilerla/conventional-pre-commit
rev: v4.3.0
hooks:
- id: conventional-pre-commit
stages: [commit-msg]
args: []
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v6.0.0
hooks: