Skip to content

Commit 4e8c7be

Browse files
[pre-commit.ci] pre-commit autoupdate (#4029)
updates: - [github.com/golangci/golangci-lint: v1.53.2 → v1.53.3](golangci/golangci-lint@v1.53.2...v1.53.3) - [github.com/asottile/pyupgrade: v3.6.0 → v3.7.0](asottile/pyupgrade@v3.6.0...v3.7.0) - [github.com/python-jsonschema/check-jsonschema: 0.23.1 → 0.23.2](python-jsonschema/check-jsonschema@0.23.1...0.23.2) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent 7e38416 commit 4e8c7be

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
@@ -40,12 +40,12 @@ repos:
4040
types: [go]
4141
pass_filenames: false
4242
- repo: https://github.com/golangci/golangci-lint
43-
rev: v1.53.2
43+
rev: v1.53.3
4444
hooks:
4545
- id: golangci-lint
4646
args: [--new-from-patch=/tmp/diff.patch]
4747
- repo: https://github.com/asottile/pyupgrade
48-
rev: v3.6.0
48+
rev: v3.7.0
4949
hooks:
5050
- id: pyupgrade
5151
- repo: https://github.com/PyCQA/isort
@@ -57,7 +57,7 @@ repos:
5757
hooks:
5858
- id: black
5959
- repo: https://github.com/python-jsonschema/check-jsonschema
60-
rev: 0.23.1
60+
rev: 0.23.2
6161
hooks:
6262
- id: check-jsonschema
6363
name: "Check Helm Chart JSON Schema"

0 commit comments

Comments
 (0)