diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 62dd6d301b..df1a81ac63 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -63,7 +63,7 @@ repos: - id: black - repo: https://github.com/python-jsonschema/check-jsonschema - rev: 0.24.1 + rev: 0.26.3 hooks: - id: check-jsonschema name: "Check Helm Chart JSON Schema" @@ -72,7 +72,7 @@ repos: args: ['--schemafile', 'deployments/helm-chart/values.schema.json'] - repo: https://github.com/DavidAnson/markdownlint-cli2 - rev: v0.9.0 + rev: v0.9.2 hooks: - id: markdownlint-cli2