We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6e94c53 commit acd32daCopy full SHA for acd32da
.pre-commit-config.yaml
@@ -24,12 +24,12 @@ repos:
24
- id: detect-private-key
25
26
- repo: https://github.com/golangci/golangci-lint
27
- rev: v1.64.5
+ rev: v2.0.2
28
hooks:
29
- id: golangci-lint-full
30
31
- repo: https://github.com/gitleaks/gitleaks
32
- rev: v8.24.0
+ rev: v8.24.2
33
34
- id: gitleaks
35
@@ -39,7 +39,7 @@ repos:
39
- id: markdownlint-cli2
40
41
- repo: https://github.com/adrienverge/yamllint.git
42
- rev: v1.35.1
+ rev: v1.37.0
43
44
- id: yamllint
45
0 commit comments