Commit bf6ebb7 1 parent 9c33744 commit bf6ebb7 Copy full SHA for bf6ebb7
File tree 1 file changed +8
-8
lines changed
1 file changed +8
-8
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 : [pre- commit]
19
19
repos :
20
20
- repo : https://github.com/dafyddj/commitlint-pre-commit-hook
21
21
rev : v2.3.0
@@ -30,42 +30,42 @@ 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.69.2
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.10 .0.1
42
42
hooks :
43
43
- id : shellcheck
44
44
name : Check shell scripts with shellcheck
45
45
files : ^.*\.(sh|bash|ksh)$
46
46
types : []
47
47
- repo : https://github.com/adrienverge/yamllint
48
- rev : v1.26.3
48
+ rev : v1.35.1
49
49
hooks :
50
50
- id : yamllint
51
51
name : Check YAML syntax with yamllint
52
52
args : [--strict, '.']
53
53
always_run : true
54
54
pass_filenames : false
55
55
- repo : https://github.com/warpnet/salt-lint
56
- rev : v0.8.0
56
+ rev : v0.9.2
57
57
hooks :
58
58
- id : salt-lint
59
59
name : Check Salt files using salt-lint
60
60
files : ^.*\.(sls|jinja|j2|tmpl|tst)$
61
- - repo : https://github.com/myint /rstcheck
62
- rev : 3f929574
61
+ - repo : https://github.com/rstcheck /rstcheck
62
+ rev : v6.2.4
63
63
hooks :
64
64
- id : rstcheck
65
65
name : Check reST files using rstcheck
66
66
exclude : ' docs/CHANGELOG.rst'
67
67
- repo : https://github.com/saltstack-formulas/mirrors-rst-lint
68
- rev : v1.3.2
68
+ rev : v1.4.0
69
69
hooks :
70
70
- id : rst-lint
71
71
name : Check reST files using rst-lint
You can’t perform that action at this time.
0 commit comments