Skip to content

Commit a3b9372

Browse files
chore: auto-update of pre-commit hooks
updates: - [github.com/pre-commit/pre-commit-hooks: v5.0.0 → v6.0.0](pre-commit/pre-commit-hooks@v5.0.0...v6.0.0) - [github.com/golangci/golangci-lint: v2.3.1 → v2.4.0](golangci/golangci-lint@v2.3.1...v2.4.0)
1 parent 32dd695 commit a3b9372

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ repos:
99
stages: [commit-msg]
1010
additional_dependencies: ["@commitlint/config-conventional"]
1111
- repo: https://github.com/pre-commit/pre-commit-hooks
12-
rev: v5.0.0
12+
rev: v6.0.0
1313
hooks:
1414
- id: check-json
1515
exclude: ^(.devcontainer/)
@@ -34,7 +34,7 @@ repos:
3434
hooks:
3535
- id: actionlint
3636
- repo: https://github.com/golangci/golangci-lint
37-
rev: v2.3.1
37+
rev: v2.4.0
3838
hooks:
3939
- id: golangci-lint
4040
args: [--allow-parallel-runners]

0 commit comments

Comments
 (0)