File tree 1 file changed +6
-6
lines changed 1 file changed +6
-6
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
@@ -31,14 +31,14 @@ repos:
31
31
additional_dependencies :
['@commitlint/[email protected] ']
32
32
always_run : true
33
33
- repo : https://github.com/shellcheck-py/shellcheck-py
34
- rev : v0.9 .0.6
34
+ rev : v0.10 .0.1
35
35
hooks :
36
36
- id : shellcheck
37
37
name : Check shell scripts with shellcheck
38
38
files : ^.*\.(sh|bash|ksh)$
39
39
types : []
40
40
- repo : https://github.com/adrienverge/yamllint
41
- rev : v1.32.0
41
+ rev : v1.35.1
42
42
hooks :
43
43
- id : yamllint
44
44
name : Check YAML syntax with yamllint
@@ -51,14 +51,14 @@ repos:
51
51
- id : salt-lint
52
52
name : Check Salt files using salt-lint
53
53
files : ^.*\.(sls|jinja|j2|tmpl|tst)$
54
- - repo : https://github.com/myint /rstcheck
55
- rev : 3f929574
54
+ - repo : https://github.com/rstcheck /rstcheck
55
+ rev : v6.2.4
56
56
hooks :
57
57
- id : rstcheck
58
58
name : Check reST files using rstcheck
59
59
exclude : ' docs/CHANGELOG.rst'
60
60
- repo : https://github.com/saltstack-formulas/mirrors-rst-lint
61
- rev : v1.3.2
61
+ rev : v1.4.0
62
62
hooks :
63
63
- id : rst-lint
64
64
name : Check reST files using rst-lint
You can’t perform that action at this time.
0 commit comments