We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e31657f commit 85cf85cCopy full SHA for 85cf85c
.pre-commit-hooks.yaml
@@ -2,9 +2,11 @@
2
name: jira_commit_msg
3
description: commit-msg hook for jira issue verification with pre-commit.
4
entry: jira_commit_msg
5
+ stages: [commit-msg]
6
language: python
7
- id: jira_prepare_commit_msg
8
name: jira_prepare_commit_msg
9
description: prepare-commit-msg hook for adding jira issue with pre-commit.
10
entry: jira_prepare_commit_msg
11
+ stages: [prepare-commit-msg]
12
0 commit comments