Skip to content

Commit 3bc8f66

Browse files
[pre-commit.ci] pre-commit autoupdate (#7645)
updates: - [github.com/golangci/golangci-lint: v2.0.2 → v2.1.1](golangci/golangci-lint@v2.0.2...v2.1.1) - [github.com/python-jsonschema/check-jsonschema: 0.32.1 → 0.33.0](python-jsonschema/check-jsonschema@0.32.1...0.33.0) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent 413f85e commit 3bc8f66

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

4747
- repo: https://github.com/golangci/golangci-lint
48-
rev: v2.0.2
48+
rev: v2.1.1
4949
hooks:
5050
- id: golangci-lint
5151
args: [--new-from-patch=/tmp/diff.patch]
@@ -78,7 +78,7 @@ repos:
7878
]
7979

8080
- repo: https://github.com/python-jsonschema/check-jsonschema
81-
rev: 0.32.1
81+
rev: 0.33.0
8282
hooks:
8383
- id: check-jsonschema
8484
name: "Check Helm Chart JSON Schema"

0 commit comments

Comments
 (0)