We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1d43a05 commit 2bcb40bCopy full SHA for 2bcb40b
.pre-commit-config.yaml
@@ -45,7 +45,7 @@ repos:
45
- id: golangci-lint
46
args: [--new-from-patch=/tmp/diff.patch]
47
- repo: https://github.com/asottile/pyupgrade
48
- rev: v3.3.2
+ rev: v3.4.0
49
hooks:
50
- id: pyupgrade
51
- repo: https://github.com/PyCQA/isort
@@ -57,7 +57,7 @@ repos:
57
58
- id: black
59
- repo: https://github.com/python-jsonschema/check-jsonschema
60
- rev: 0.22.0
+ rev: 0.23.0
61
62
- id: check-jsonschema
63
name: "Check Helm Chart JSON Schema"
0 commit comments