File tree 1 file changed +4
-4
lines changed
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -26,29 +26,29 @@ repos:
26
26
always_run : true
27
27
pass_filenames : false
28
28
- repo : https://github.com/jumanjihouse/pre-commit-hooks
29
- rev : 2.1.3
29
+ rev : 2.1.6
30
30
hooks :
31
31
- id : shellcheck
32
32
name : Check shell scripts with shellcheck
33
33
files : ^.*\.(sh|bash|ksh)$
34
34
types : []
35
35
args : []
36
36
- repo : https://github.com/adrienverge/yamllint.git
37
- rev : v1.23.0
37
+ rev : v1.26.3
38
38
hooks :
39
39
- id : yamllint
40
40
name : Check YAML syntax with yamllint
41
41
args : [--strict, '.']
42
42
always_run : true
43
43
pass_filenames : false
44
44
- repo : https://github.com/warpnet/salt-lint
45
- rev : v0.3 .0
45
+ rev : v0.8 .0
46
46
hooks :
47
47
- id : salt-lint
48
48
name : Check Salt files using salt-lint
49
49
files : ^.*\.(sls|jinja|j2|tmpl|tst)$
50
50
- repo : https://github.com/myint/rstcheck
51
- rev : 3f929574
51
+ rev : v6.0.0rc3
52
52
hooks :
53
53
- id : rstcheck
54
54
name : Check reST files using rstcheck
You can’t perform that action at this time.
0 commit comments