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 2
2
# See https://pre-commit.com/hooks.html for more hooks
3
3
repos :
4
4
- repo : https://github.com/pre-commit/pre-commit-hooks
5
- rev : v4.5 .0
5
+ rev : v4.6 .0
6
6
hooks :
7
7
- id : trailing-whitespace
8
8
exclude : (^tests/results/|\.avdl$|_generated.go$)
29
29
- id : gitleaks
30
30
31
31
- repo : https://github.com/pre-commit/mirrors-prettier
32
- rev : v3.1.0
32
+ rev : v4.0.0-alpha.8
33
33
hooks :
34
34
- id : prettier
35
35
additional_dependencies :
@@ -38,14 +38,14 @@ repos:
38
38
- javascript
39
39
40
40
- repo : https://github.com/golangci/golangci-lint
41
- rev : v1.57.1
41
+ rev : v1.57.2
42
42
hooks :
43
43
- id : golangci-lint-full
44
44
45
45
# Rules are in .markdownlint-cli2.yaml file
46
46
# See https://github.com/DavidAnson/markdownlint/blob/main/doc/Rules.md for rule descriptions
47
47
- repo : https://github.com/DavidAnson/markdownlint-cli2
48
- rev : v0.12.1
48
+ rev : v0.13.0
49
49
hooks :
50
50
- id : markdownlint-cli2
51
51
You can’t perform that action at this time.
0 commit comments