Skip to content

Commit 2bcb40b

Browse files
[pre-commit.ci] pre-commit autoupdate (#3886)
updates: - [github.com/asottile/pyupgrade: v3.3.2 → v3.4.0](asottile/pyupgrade@v3.3.2...v3.4.0) - [github.com/python-jsonschema/check-jsonschema: 0.22.0 → 0.23.0](python-jsonschema/check-jsonschema@0.22.0...0.23.0) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent 1d43a05 commit 2bcb40b

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
- id: golangci-lint
4646
args: [--new-from-patch=/tmp/diff.patch]
4747
- repo: https://github.com/asottile/pyupgrade
48-
rev: v3.3.2
48+
rev: v3.4.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.22.0
60+
rev: 0.23.0
6161
hooks:
6262
- id: check-jsonschema
6363
name: "Check Helm Chart JSON Schema"

0 commit comments

Comments
 (0)