mirror of
https://github.com/dragonflydb/dragonfly.git
synced 2025-05-10 18:05:44 +02:00
chore(presubmit): add more useful hooks
This commit is contained in:
parent
049f34c89f
commit
c5c143525c
1 changed files with 7 additions and 1 deletions
|
@ -5,4 +5,10 @@ repos:
|
|||
name: Conventional Commit Minder
|
||||
entry: contrib/scripts/conventional-commits
|
||||
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…
Add table
Add a link
Reference in a new issue