summaryrefslogtreecommitdiffstats
path: root/.pre-commit-hooks.yaml
blob: d65c163caf210d21350f81b79a88746956f25c0d (plain)
1
2
3
4
5
6
7
8
- id: gitlint
  name: gitlint
  description: Checks your git commit messages for style.
  language: python
  additional_dependencies: ["./gitlint-core[trusted-deps]"]
  entry: gitlint
  args: [--staged, --msg-filename]
  stages: [commit-msg]