From 96e0e3518c9f5d48eaffbf3419c1e0a9b7d186fd Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 10 Aug 2026 21:20:36 +0000 Subject: [PATCH] [pre-commit.ci] pre-commit autoupdate MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit updates: - [github.com/python-jsonschema/check-jsonschema: 1a4bb160cab6417b3045e1b37b6b72449243e658 → c4654a7e007c9619a5eb63c39a456572a0fa1851](https://github.com/python-jsonschema/check-jsonschema/compare/1a4bb160cab6417b3045e1b37b6b72449243e658...c4654a7e007c9619a5eb63c39a456572a0fa1851) - [github.com/astral-sh/ruff-pre-commit: 39d9ac5938dadb73df0564a45f163e25ff9fa6e2 → 7c55798a78262d14b2074abf623d8a992ebb70d4](https://github.com/astral-sh/ruff-pre-commit/compare/39d9ac5938dadb73df0564a45f163e25ff9fa6e2...7c55798a78262d14b2074abf623d8a992ebb70d4) --- .pre-commit-config.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 7ef86e3b..7df366cd 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,6 +1,6 @@ repos: - repo: https://github.com/python-jsonschema/check-jsonschema - rev: 1a4bb160cab6417b3045e1b37b6b72449243e658 # frozen: 0.37.4 + rev: c4654a7e007c9619a5eb63c39a456572a0fa1851 # frozen: 0.38.0 hooks: - id: check-dependabot - id: check-readthedocs @@ -19,7 +19,7 @@ repos: hooks: - id: shellcheck - repo: https://github.com/astral-sh/ruff-pre-commit - rev: 39d9ac5938dadb73df0564a45f163e25ff9fa6e2 # frozen: v0.16.1 + rev: 7c55798a78262d14b2074abf623d8a992ebb70d4 # frozen: v0.16.2 hooks: - id: ruff args: ["--exit-non-zero-on-fix"]