File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -30,23 +30,23 @@ repos:
30
30
additional_dependencies : ['@commitlint/config-conventional@8.3.4']
31
31
always_run : true
32
32
- repo : https://github.com/rubocop-hq/rubocop
33
- rev : v1.30.1
33
+ rev : v1.40.0
34
34
hooks :
35
35
- id : rubocop
36
36
name : Check Ruby files with rubocop
37
37
args : [--debug]
38
38
always_run : true
39
39
pass_filenames : false
40
40
- repo : https://github.com/shellcheck-py/shellcheck-py
41
- rev : v0.8 .0.4
41
+ rev : v0.9 .0.2
42
42
hooks :
43
43
- id : shellcheck
44
44
name : Check shell scripts with shellcheck
45
45
files : ^.*\.(sh|bash|ksh)$
46
46
exclude : ' ssf/files/default/pre-commit_semantic-release.sh'
47
47
types : []
48
48
- repo : https://github.com/adrienverge/yamllint
49
- rev : v1.26.3
49
+ rev : v1.28.0
50
50
hooks :
51
51
- id : yamllint
52
52
name : Check YAML syntax with yamllint
59
59
- id : salt-lint
60
60
name : Check Salt files using salt-lint
61
61
files : ^.*\.(sls|jinja|j2|tmpl|tst)$
62
- - repo : https://github.com/myint /rstcheck
63
- rev : 3f929574
62
+ - repo : https://github.com/rstcheck /rstcheck
63
+ rev : v6.1.1
64
64
hooks :
65
65
- id : rstcheck
66
66
name : Check reST files using rstcheck
You can’t perform that action at this time.
0 commit comments