mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-06-19 21:31:37 +00:00
chore: add conventional-pre-commit hook (#2027)
This commit is contained in:
parent
6120def776
commit
0a7e7dde38
1 changed files with 6 additions and 0 deletions
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Reference in a new issue