diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 6812a616d3..65edd67b41 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -55,7 +55,7 @@ repos: - id: pyupgrade - repo: https://github.com/PyCQA/isort - rev: 6.1.0 + rev: 7.0.0 hooks: - id: isort @@ -77,7 +77,7 @@ repos: ] - repo: https://github.com/python-jsonschema/check-jsonschema - rev: 0.34.0 + rev: 0.34.1 hooks: - id: check-jsonschema name: "Check Helm Chart JSON Schema" @@ -91,7 +91,7 @@ repos: - id: markdownlint-cli2 - repo: https://github.com/rhysd/actionlint - rev: v1.7.7 + rev: v1.7.8 hooks: - id: actionlint name: Lint GitHub Actions workflow files