15 lines
357 B
YAML
15 lines
357 B
YAML
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
|