File tree Expand file tree Collapse file tree 1 file changed +10
-11
lines changed
Expand file tree Collapse file tree 1 file changed +10
-11
lines changed Original file line number Diff line number Diff line change 1- ---
21# See https://pre-commit.com for more information
32# See https://pre-commit.com/hooks.html for more hooks
43default_install_hook_types : [pre-commit, commit-msg]
54repos :
65 - repo : https://github.com/commitizen-tools/commitizen
7- rev : v3.27 .0
6+ rev : v4.0 .0
87 hooks :
98 - id : commitizen
109 stages : [commit-msg]
1110 - repo : https://github.com/pre-commit/pre-commit-hooks
12- rev : v4.6 .0
11+ rev : v5.0 .0
1312 hooks :
1413 - id : check-merge-conflict
15- stages : [commit]
14+ stages : [pre- commit]
1615 - id : trailing-whitespace
17- stages : [commit]
16+ stages : [pre- commit]
1817 - id : end-of-file-fixer
19- stages : [commit]
18+ stages : [pre- commit]
2019 - id : check-added-large-files
21- stages : [commit]
20+ stages : [pre- commit]
2221 - id : check-executables-have-shebangs
23- stages : [commit]
22+ stages : [pre- commit]
2423 - id : detect-aws-credentials
25- stages : [commit]
24+ stages : [pre- commit]
2625 - id : detect-private-key
27- stages : [commit]
26+ stages : [pre- commit]
2827 - repo : https://github.com/shellcheck-py/shellcheck-py
2928 rev : v0.10.0.1
3029 hooks :
3130 - id : shellcheck
32- stages : [commit]
31+ stages : [pre- commit]
You can’t perform that action at this time.
0 commit comments