Skip to content

Commit

Permalink
Add a manual stage to pre-commit hook config
Browse files Browse the repository at this point in the history
Relates to jorisroovers#191
  • Loading branch information
guillaumelambert committed Jan 31, 2022
1 parent 03a8fc3 commit e99743f
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .pre-commit-hooks.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,11 @@
entry: gitlint
args: [--staged, --msg-filename]
stages: [commit-msg]
- id: gitlint-ci
name: gitlint
language: python
additional_dependencies: ["./gitlint-core[trusted-deps]"]
entry: gitlint
always_run: true
pass_filenames: false
stages: [manual]

0 comments on commit e99743f

Please sign in to comment.