We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 368687e commit dc6087bCopy full SHA for dc6087b
.pre-commit-config.yaml
@@ -5,4 +5,4 @@ repos:
5
- id: pre_ticket
6
language_version: python3.6
7
stages: [commit-msg]
8
-# args: ['--regex=""', '--format={ticket} - '] # Optional
+# args: ['--regex=(feature|bug|chore)/(?P<ticket>[0-9]+)-.*', '--format={ticket} - {message}'] # Optional
0 commit comments