12 lines
304 B
YAML
12 lines
304 B
YAML
---
|
|
repos:
|
|
- repo: https://github.com/fsfe/reuse-tool
|
|
rev: v2.1.0
|
|
hooks:
|
|
- id: reuse
|
|
- repo: https://github.com/compilerla/conventional-pre-commit
|
|
rev: v2.4.0
|
|
hooks:
|
|
- id: conventional-pre-commit
|
|
stages: [ commit-msg ]
|
|
args: [] # optional: list of Conventional Commits types to allow
|