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 @@ -3,13 +3,13 @@ default_stages: [commit]
3
3
exclude : ^tests/data/
4
4
repos :
5
5
- repo : https://github.com/alessandrojcm/commitlint-pre-commit-hook
6
- rev : v9.5 .0
6
+ rev : v9.13 .0
7
7
hooks :
8
8
- id : commitlint
9
9
stages : [commit-msg]
10
10
additional_dependencies : ["@commitlint/config-conventional"]
11
11
- repo : https://github.com/pre-commit/pre-commit-hooks
12
- rev : v4.4 .0
12
+ rev : v4.5 .0
13
13
hooks :
14
14
- id : check-json
15
15
exclude : ^(.devcontainer/)
@@ -25,22 +25,22 @@ repos:
25
25
args : [--notitle]
26
26
exclude : ^(SUPPORT|\.github/ISSUE_TEMPLATE/)
27
27
- repo : https://github.com/igorshubovych/markdownlint-cli
28
- rev : v0.37 .0
28
+ rev : v0.39 .0
29
29
hooks :
30
30
- id : markdownlint
31
31
exclude : >-
32
32
^(docs/arch/adr-template\.md|\.github/ISSUE_TEMPLATE/|\.stentor\.d/)
33
33
- repo : https://github.com/adrienverge/yamllint
34
- rev : v1.32.0
34
+ rev : v1.35.1
35
35
hooks :
36
36
- id : yamllint
37
37
exclude : ^(.github/workflows/)
38
38
- repo : https://github.com/rhysd/actionlint
39
- rev : v1.6.26
39
+ rev : v1.6.27
40
40
hooks :
41
41
- id : actionlint
42
42
- repo : https://github.com/golangci/golangci-lint
43
- rev : v1.54.2
43
+ rev : v1.57.1
44
44
hooks :
45
45
- id : golangci-lint
46
46
args : [--allow-parallel-runners]
You can’t perform that action at this time.
0 commit comments