Skip to content

Commit f91e5c4

Browse files
[pre-commit.ci] pre-commit autoupdate (#8539)
updates: - [github.com/golangci/golangci-lint: v2.6.1 → v2.6.2](golangci/golangci-lint@v2.6.1...v2.6.2) - [github.com/python-jsonschema/check-jsonschema: 0.34.1 → 0.35.0](python-jsonschema/check-jsonschema@0.34.1...0.35.0) - [github.com/DavidAnson/markdownlint-cli2: v0.18.1 → v0.19.0](DavidAnson/markdownlint-cli2@v0.18.1...v0.19.0) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent 9dcfd8d commit f91e5c4

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
@@ -77,7 +77,7 @@ repos:
7777
]
7878

7979
- repo: https://github.com/python-jsonschema/check-jsonschema
80-
rev: 0.34.1
80+
rev: 0.35.0
8181
hooks:
8282
- id: check-jsonschema
8383
name: "Check Helm Chart JSON Schema"
@@ -86,7 +86,7 @@ repos:
8686
args: ["--schemafile", "charts/nginx-ingress/values.schema.json"]
8787

8888
- repo: https://github.com/DavidAnson/markdownlint-cli2
89-
rev: v0.18.1
89+
rev: v0.19.0
9090
hooks:
9191
- id: markdownlint-cli2
9292

0 commit comments

Comments
 (0)