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 7e38416 commit 4e8c7beCopy full SHA for 4e8c7be
.pre-commit-config.yaml
@@ -40,12 +40,12 @@ repos:
40
types: [go]
41
pass_filenames: false
42
- repo: https://github.com/golangci/golangci-lint
43
- rev: v1.53.2
+ rev: v1.53.3
44
hooks:
45
- id: golangci-lint
46
args: [--new-from-patch=/tmp/diff.patch]
47
- repo: https://github.com/asottile/pyupgrade
48
- rev: v3.6.0
+ rev: v3.7.0
49
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.23.1
+ rev: 0.23.2
61
62
- id: check-jsonschema
63
name: "Check Helm Chart JSON Schema"
0 commit comments