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

6 lines
123 B
YAML
Raw Normal View History

- id: gitlint
name: gitlint
language: python
entry: gitlint --staged --msg-filename
stages: [commit-msg]