Skip to content

Commit acd32da

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/golangci/golangci-lint: v1.64.5 → v2.0.2](golangci/golangci-lint@v1.64.5...v2.0.2) - [github.com/gitleaks/gitleaks: v8.24.0 → v8.24.2](gitleaks/gitleaks@v8.24.0...v8.24.2) - [github.com/adrienverge/yamllint.git: v1.35.1 → v1.37.0](https://github.com/adrienverge/yamllint.git/compare/v1.35.1...v1.37.0)
1 parent 6e94c53 commit acd32da

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.pre-commit-config.yaml

+3-3
Original file line numberDiff line numberDiff line change
@@ -24,12 +24,12 @@ repos:
2424
- id: detect-private-key
2525

2626
- repo: https://github.com/golangci/golangci-lint
27-
rev: v1.64.5
27+
rev: v2.0.2
2828
hooks:
2929
- id: golangci-lint-full
3030

3131
- repo: https://github.com/gitleaks/gitleaks
32-
rev: v8.24.0
32+
rev: v8.24.2
3333
hooks:
3434
- id: gitleaks
3535

@@ -39,7 +39,7 @@ repos:
3939
- id: markdownlint-cli2
4040

4141
- repo: https://github.com/adrienverge/yamllint.git
42-
rev: v1.35.1
42+
rev: v1.37.0
4343
hooks:
4444
- id: yamllint
4545

0 commit comments

Comments
 (0)