mirror of
https://github.com/dragonflydb/dragonfly.git
synced 2024-12-14 11:58:02 +00:00
e46e5819c9
Signed-off-by: Leonardo Mello <lsvmello@gmail.com>
21 lines
532 B
YAML
21 lines
532 B
YAML
default_stages: [commit]
|
|
repos:
|
|
- repo: local
|
|
hooks:
|
|
- id: conventional-commits
|
|
name: Conventional Commit Minder
|
|
entry: contrib/scripts/conventional-commits
|
|
language: script
|
|
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
|
|
|
|
- repo: https://github.com/pre-commit/mirrors-clang-format
|
|
rev: v14.0.6
|
|
hooks:
|
|
- id: clang-format
|
|
name: Clang formatting
|