Skip to content

Commit 85cf85c

Browse files
committed
add default stages
1 parent e31657f commit 85cf85c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.pre-commit-hooks.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,11 @@
22
name: jira_commit_msg
33
description: commit-msg hook for jira issue verification with pre-commit.
44
entry: jira_commit_msg
5+
stages: [commit-msg]
56
language: python
67
- id: jira_prepare_commit_msg
78
name: jira_prepare_commit_msg
89
description: prepare-commit-msg hook for adding jira issue with pre-commit.
910
entry: jira_prepare_commit_msg
11+
stages: [prepare-commit-msg]
1012
language: python

0 commit comments

Comments
 (0)