1
0
Fork 0
gitlint/.pre-commit-hooks.yaml

8 lines
198 B
YAML
Raw Normal View History

- id: gitlint
name: gitlint
language: python
additional_dependencies: ["./gitlint-core[trusted-deps]"]
entry: gitlint
args: [--staged, --msg-filename]
stages: [commit-msg]