docker-mdbook/.pre-commit-config.yaml

8 lines
246 B
YAML
Raw Normal View History

2023-08-10 16:36:59 +02:00
repos:
- repo: https://github.com/compilerla/conventional-pre-commit
rev: v2.3.0
hooks:
- id: conventional-pre-commit
stages: [commit-msg]
args: [feat, fix, ci, chore] # list of Conventional Commits types to allow