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 #191
  • Loading branch information
guillaumelambert authored and jorisroovers committed Nov 11, 2022
1 parent 3740e97 commit 973db5d
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 @@ -6,3 +6,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 973db5d

Please sign in to comment.