File tree Expand file tree Collapse file tree 1 file changed +17
-0
lines changed
Expand file tree Collapse file tree 1 file changed +17
-0
lines changed Original file line number Diff line number Diff line change @@ -13,8 +13,17 @@ commit-msg hook for pre-commit to verify jira issues in commit messages.
1313
1414See also: https://github.com/pre-commit/pre-commit
1515
16+ Prerequisites
17+ =============
18+
1619*Works only with python version >= 3.6 *
1720
21+ A new version of ``pip `` that supports PEP-517/PEP-518 is required.
22+ When the setup fails try updating ``pip ``.
23+
24+
25+ Usage
26+ =====
1827
1928Add this to your project's ``.pre-commit-config.yaml `` file:
2029
@@ -58,6 +67,14 @@ Lastly install the hook:
5867 $ pre-commit install -t commit-msg
5968
6069
70+ Disclaimer
71+ ==========
72+
73+ No active maintenance is intended for this project.
74+ You may leave an issue if you have a questions, bug report or feature request,
75+ but I cannot promise a quick response time.
76+
77+
6178.. .############################### LINKS ###############################
6279
6380.. BADGES START
You can’t perform that action at this time.
0 commit comments