From 8f17d10af379442478baaa17ef983a66d024194a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 3 Jul 2026 05:19:16 +0000 Subject: [PATCH] Bump the pre-commit group across 1 directory with 3 updates Bumps the pre-commit group with 3 updates in the / directory: [https://github.com/astral-sh/ruff-pre-commit](https://github.com/astral-sh/ruff-pre-commit), [https://github.com/zizmorcore/zizmor-pre-commit](https://github.com/zizmorcore/zizmor-pre-commit) and [https://github.com/python-jsonschema/check-jsonschema](https://github.com/python-jsonschema/check-jsonschema). Updates `https://github.com/astral-sh/ruff-pre-commit` from v0.15.15 to 0.15.20 - [Release notes](https://github.com/astral-sh/ruff-pre-commit/releases) - [Commits](https://github.com/astral-sh/ruff-pre-commit/compare/0671d8ab202c4ac093b78433ae5baf74f3fc7246...c59bba8fb259db0fec2bbb77ad8ba51ea7341b56) Updates `https://github.com/zizmorcore/zizmor-pre-commit` from v1.24.1 to 1.26.1 - [Release notes](https://github.com/zizmorcore/zizmor-pre-commit/releases) - [Commits](https://github.com/zizmorcore/zizmor-pre-commit/compare/a4727cbbcd26d7098e96b9cb738169b59711ae51...e3eebf65325ccc992422292cb7a4baee967cf815) Updates `https://github.com/python-jsonschema/check-jsonschema` from 0.37.2 to 0.37.3 - [Release notes](https://github.com/python-jsonschema/check-jsonschema/releases) - [Changelog](https://github.com/python-jsonschema/check-jsonschema/blob/main/CHANGELOG.rst) - [Commits](https://github.com/python-jsonschema/check-jsonschema/compare/f805888065fdb6162e1f800e50bb9460cbd223d6...5030dca3047414c338091455ac41803200ec1f0f) --- updated-dependencies: - dependency-name: https://github.com/astral-sh/ruff-pre-commit dependency-version: 0.15.19 dependency-type: direct:production dependency-group: pre-commit - dependency-name: https://github.com/python-jsonschema/check-jsonschema dependency-version: 0.37.3 dependency-type: direct:production dependency-group: pre-commit - dependency-name: https://github.com/zizmorcore/zizmor-pre-commit dependency-version: 1.26.1 dependency-type: direct:production dependency-group: pre-commit ... Signed-off-by: dependabot[bot] --- .pre-commit-config.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 6f2b94141984..9c7f63ac81d8 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -44,7 +44,7 @@ repos: pass_filenames: false - repo: https://github.com/astral-sh/ruff-pre-commit # Ruff version. - rev: 0671d8ab202c4ac093b78433ae5baf74f3fc7246 # frozen: v0.15.15 + rev: c59bba8fb259db0fec2bbb77ad8ba51ea7341b56 # frozen: v0.15.20 hooks: # Run the linter. - id: ruff-check @@ -82,7 +82,7 @@ repos: hooks: - id: shellcheck - repo: https://github.com/zizmorcore/zizmor-pre-commit - rev: a4727cbbcd26d7098e96b9cb738169b59711ae51 # frozen: v1.24.1 + rev: e3eebf65325ccc992422292cb7a4baee967cf815 # frozen: v1.26.1 hooks: - id: zizmor - repo: https://github.com/simple-icons/svglint @@ -94,7 +94,7 @@ repos: # SVG examples are handled in .svglintrc.mjs. exclude: '^$' - repo: https://github.com/python-jsonschema/check-jsonschema - rev: f805888065fdb6162e1f800e50bb9460cbd223d6 # frozen: 0.37.2 + rev: 5030dca3047414c338091455ac41803200ec1f0f # frozen: 0.37.3 hooks: # TODO: Re-enable this when https://github.com/microsoft/azure-pipelines-vscode/issues/567 is fixed. # - id: check-azure-pipelines