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 6fc9985 commit 92c0f10Copy full SHA for 92c0f10
README.md
@@ -15,4 +15,10 @@ First you will need to setup [pre-commit](https://pre-commit.com/) using their d
15
- id: commit-msg-hook
16
args: ["regex='[A-Z]{3,4}-[0-9]{3,6} \| [\w\s]* \| .+'"]
17
stages: [commit-msg]
18
-```
+```
19
+
20
+#### To enable commit-msg hook with pre-commit run:
21
+`pre-commit install --hook-type commit-msg`
22
23
+#### Update to the latest release (optional)
24
+`pre-commit autoupdate --repo https://github.com/dtaivpp/commit-msg-regex-hook.git`
0 commit comments