File tree 1 file changed +5
-5
lines changed
1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -30,28 +30,28 @@ 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.5
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.32.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.1.2
55
55
hooks :
56
56
- id : rstcheck
57
57
name : Check reST files using rstcheck
You can’t perform that action at this time.
0 commit comments