Skip to content

Commit

Permalink
ci: enable gitlint
Browse files Browse the repository at this point in the history
  • Loading branch information
tysmith committed Sep 26, 2024
1 parent 6ee571d commit 8635809
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,12 @@ repos:
- repo: meta
hooks:
- id: check-useless-excludes
- repo: https://github.com/jorisroovers/gitlint
rev: v0.19.1
hooks:
- id: gitlint
args: [--contrib=contrib-title-conventional-commits, --ignore=body-is-missing, --msg-filename]
stages: [ commit-msg ]
- repo: local
hooks:
- id: mypy
Expand Down

0 comments on commit 8635809

Please sign in to comment.