File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -30,34 +30,34 @@ repos:
30
30
additional_dependencies :
['@commitlint/[email protected] ']
31
31
always_run : true
32
32
- repo : https://github.com/shellcheck-py/shellcheck-py
33
- rev : v0.8 .0.4
33
+ rev : v0.9 .0.6
34
34
hooks :
35
35
- id : shellcheck
36
36
name : Check shell scripts with shellcheck
37
37
files : ^.*\.(sh|bash|ksh)$
38
38
types : []
39
39
- repo : https://github.com/adrienverge/yamllint
40
- rev : v1.26.3
40
+ rev : v1.33.0
41
41
hooks :
42
42
- id : yamllint
43
43
name : Check YAML syntax with yamllint
44
44
args : [--strict, '.']
45
45
always_run : true
46
46
pass_filenames : false
47
47
- repo : https://github.com/warpnet/salt-lint
48
- rev : v0.8.0
48
+ rev : v0.9.2
49
49
hooks :
50
50
- id : salt-lint
51
51
name : Check Salt files using salt-lint
52
52
files : ^.*\.(sls|jinja|j2|tmpl|tst)$
53
- - repo : https://github.com/myint /rstcheck
54
- rev : 3f929574
53
+ - repo : https://github.com/rstcheck /rstcheck
54
+ rev : v6.2.0
55
55
hooks :
56
56
- id : rstcheck
57
57
name : Check reST files using rstcheck
58
58
exclude : ' docs/CHANGELOG.rst'
59
59
- repo : https://github.com/saltstack-formulas/mirrors-rst-lint
60
- rev : v1.3.2
60
+ rev : v1.4.0
61
61
hooks :
62
62
- id : rst-lint
63
63
name : Check reST files using rst-lint
You can’t perform that action at this time.
0 commit comments