File tree 1 file changed +7
-7
lines changed
1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change 15
15
autoupdate_schedule : quarterly
16
16
skip : []
17
17
submodules : false
18
- default_stages : [commit]
18
+ default_stages : [pre- commit]
19
19
repos :
20
20
- repo : https://github.com/dafyddj/commitlint-pre-commit-hook
21
21
rev : v2.3.0
@@ -26,20 +26,20 @@ repos:
26
26
stages : [commit-msg]
27
27
additional_dependencies :
['@commitlint/[email protected] ']
28
28
- repo : https://github.com/rubocop-hq/rubocop
29
- rev : v1.57.0
29
+ rev : v1.69.2
30
30
hooks :
31
31
- id : rubocop
32
32
name : Check Ruby files with rubocop
33
33
args : [--debug]
34
34
- repo : https://github.com/shellcheck-py/shellcheck-py
35
- rev : v0.9 .0.6
35
+ rev : v0.10 .0.1
36
36
hooks :
37
37
- id : shellcheck
38
38
name : Check shell scripts with shellcheck
39
39
files : ^.*\.(sh|bash|ksh)$
40
40
types : []
41
41
- repo : https://github.com/adrienverge/yamllint
42
- rev : v1.32.0
42
+ rev : v1.35.1
43
43
hooks :
44
44
- id : yamllint
45
45
name : Check YAML syntax with yamllint
@@ -73,15 +73,15 @@ repos:
73
73
- id : salt-lint
74
74
name : Check Salt files using salt-lint
75
75
files : ^.*\.(sls|jinja|j2|tmpl|tst)$
76
- - repo : https://github.com/myint /rstcheck
77
- rev : v6.2.0
76
+ - repo : https://github.com/rstcheck /rstcheck
77
+ rev : v6.2.4
78
78
hooks :
79
79
- id : rstcheck
80
80
name : Check reST files using rstcheck
81
81
exclude : ' docs/CHANGELOG.rst'
82
82
additional_dependencies : [sphinx==7.2.6]
83
83
- repo : https://github.com/saltstack-formulas/mirrors-rst-lint
84
- rev : v1.3.2
84
+ rev : v1.4.0
85
85
hooks :
86
86
- id : rst-lint
87
87
name : Check reST files using rst-lint
You can’t perform that action at this time.
0 commit comments