Skip to content

Commit 78bf7cd

Browse files
[pre-commit.ci] pre-commit autoupdate (#8156)
updates: - [github.com/golangci/golangci-lint: v2.3.1 → v2.4.0](golangci/golangci-lint@v2.3.1...v2.4.0) - [github.com/python-jsonschema/check-jsonschema: 0.33.2 → 0.33.3](python-jsonschema/check-jsonschema@0.33.2...0.33.3) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent 892a9ed commit 78bf7cd

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
@@ -44,7 +44,7 @@ repos:
4444
pass_filenames: false
4545

4646
- repo: https://github.com/golangci/golangci-lint
47-
rev: v2.3.1
47+
rev: v2.4.0
4848
hooks:
4949
- id: golangci-lint
5050
args: [--new-from-patch=/tmp/diff.patch]
@@ -77,7 +77,7 @@ repos:
7777
]
7878

7979
- repo: https://github.com/python-jsonschema/check-jsonschema
80-
rev: 0.33.2
80+
rev: 0.33.3
8181
hooks:
8282
- id: check-jsonschema
8383
name: "Check Helm Chart JSON Schema"

0 commit comments

Comments
 (0)