Skip to content

Commit 59a5d4e

Browse files
[pre-commit.ci] pre-commit autoupdate (#8286)
updates: - [github.com/golangci/golangci-lint: v2.4.0 → v2.5.0](golangci/golangci-lint@v2.4.0...v2.5.0) - [github.com/psf/black: 25.1.0 → 25.9.0](psf/black@25.1.0...25.9.0) - [github.com/python-jsonschema/check-jsonschema: 0.33.3 → 0.34.0](python-jsonschema/check-jsonschema@0.33.3...0.34.0) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> Co-authored-by: AlexFenlon <[email protected]>
1 parent 78dae55 commit 59a5d4e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.pre-commit-config.yaml

Lines changed: 3 additions & 3 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.4.0
47+
rev: v2.5.0
4848
hooks:
4949
- id: golangci-lint
5050
args: [--new-from-patch=/tmp/diff.patch]
@@ -60,7 +60,7 @@ repos:
6060
- id: isort
6161

6262
- repo: https://github.com/psf/black
63-
rev: 25.1.0
63+
rev: 25.9.0
6464
hooks:
6565
- id: black
6666

@@ -77,7 +77,7 @@ repos:
7777
]
7878

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

0 commit comments

Comments
 (0)