chore(presubmit): add more useful hooks
This commit is contained in:
parent
049f34c89f
commit
c5c143525c
|
@ -6,3 +6,9 @@ repos:
|
||||||
entry: contrib/scripts/conventional-commits
|
entry: contrib/scripts/conventional-commits
|
||||||
language: script
|
language: script
|
||||||
stages: [commit-msg]
|
stages: [commit-msg]
|
||||||
|
|
||||||
|
- repo: https://github.com/pre-commit/pre-commit-hooks
|
||||||
|
rev: v4.3.0
|
||||||
|
hooks:
|
||||||
|
- id: trailing-whitespace
|
||||||
|
- id: end-of-file-fixer
|
||||||
|
|
Loading…
Reference in New Issue