Skip to content

Commit 9ce0888

Browse files
authored
Merge pull request #44 from cobaltcore-dev/update_precommit
Bump pre-commit dependencies
2 parents f21e7c7 + 7b41d87 commit 9ce0888

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.pre-commit-config.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,15 @@
22
# SPDX-License-Identifier: Apache-2.0
33
repos:
44
- repo: https://github.com/pre-commit/pre-commit-hooks
5-
rev: v4.6.0
5+
rev: v5.0.0
66
hooks:
77
- id: trailing-whitespace
88
exclude: ^charts/.*
99
- id: end-of-file-fixer
1010
exclude: ^charts/.*
1111
- id: check-added-large-files
1212
- repo: https://github.com/golangci/golangci-lint
13-
rev: v1.61.0
13+
rev: v1.64.5
1414
hooks:
1515
- id: golangci-lint
1616
- repo: https://github.com/dnephin/pre-commit-golang
@@ -21,11 +21,11 @@ repos:
2121
exclude: .*/(.+_mock\.go|.+deepcopy\.go)$
2222
- id: go-mod-tidy
2323
- repo: https://github.com/fsfe/reuse-tool
24-
rev: v4.0.3
24+
rev: v5.0.2
2525
hooks:
2626
- id: reuse
2727
- repo: https://github.com/gruntwork-io/pre-commit
28-
rev: v0.1.23
28+
rev: v0.1.25
2929
hooks:
3030
- id: helmlint
3131
- repo: local

0 commit comments

Comments
 (0)