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 : [Nonepre-commitNone ]
19
19
repos :
20
20
- repo : https://github.com/dafyddj/commitlint-pre-commit-hook
21
21
rev : v2.3.0
@@ -26,22 +26,22 @@ 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.66.1
30
30
hooks :
31
31
- id : rubocop
32
32
name : Check Ruby files with rubocop
33
33
args : [--debug]
34
34
always_run : true
35
35
pass_filenames : false
36
36
- repo : https://github.com/shellcheck-py/shellcheck-py
37
- rev : v0.9 .0.6
37
+ rev : v0.10 .0.1
38
38
hooks :
39
39
- id : shellcheck
40
40
name : Check shell scripts with shellcheck
41
41
files : ^.*\.(sh|bash|ksh)$
42
42
types : []
43
43
- repo : https://github.com/adrienverge/yamllint
44
- rev : v1.32.0
44
+ rev : v1.35.1
45
45
hooks :
46
46
- id : yamllint
47
47
name : Check YAML syntax with yamllint
@@ -78,15 +78,15 @@ repos:
78
78
- id : salt-lint
79
79
name : Check Salt files using salt-lint
80
80
files : ^.*\.(sls|jinja|j2|tmpl|tst)$
81
- - repo : https://github.com/myint /rstcheck
82
- rev : v6.2.0
81
+ - repo : https://github.com/rstcheck /rstcheck
82
+ rev : v6.2.4
83
83
hooks :
84
84
- id : rstcheck
85
85
name : Check reST files using rstcheck
86
86
exclude : ' docs/CHANGELOG.rst'
87
87
additional_dependencies : [sphinx==7.2.6]
88
88
- repo : https://github.com/saltstack-formulas/mirrors-rst-lint
89
- rev : v1.3.2
89
+ rev : v1.4.0
90
90
hooks :
91
91
- id : rst-lint
92
92
name : Check reST files using rst-lint
You can’t perform that action at this time.
0 commit comments