From 3a4e6dd22faa45507e62be98ac07d3d748f1e446 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 18 May 2026 16:37:27 +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/astral-sh/ruff-pre-commit: 6fec9b7edb08fd9989088709d864a7826dc74e80 → 5e2fb545eba1ea9dc051f6f962d52fe8f76a9794](https://github.com/astral-sh/ruff-pre-commit/compare/6fec9b7edb08fd9989088709d864a7826dc74e80...5e2fb545eba1ea9dc051f6f962d52fe8f76a9794) - [github.com/python-jsonschema/check-jsonschema: f805888065fdb6162e1f800e50bb9460cbd223d6 → 943377262562a12b57292fc98fabd7dbf81451fe](https://github.com/python-jsonschema/check-jsonschema/compare/f805888065fdb6162e1f800e50bb9460cbd223d6...943377262562a12b57292fc98fabd7dbf81451fe) --- .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 5da94e8..fe9be76 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -19,7 +19,7 @@ repos: ) args: [--unique] - repo: https://github.com/astral-sh/ruff-pre-commit - rev: 6fec9b7edb08fd9989088709d864a7826dc74e80 # frozen: v0.15.12 + rev: 5e2fb545eba1ea9dc051f6f962d52fe8f76a9794 # frozen: v0.15.13 hooks: # lint & attempt to correct failures (e.g. pyupgrade) - id: ruff-check @@ -38,7 +38,7 @@ repos: # ruamel.yaml doesn't line wrap correctly (?) so set width to 1M to avoid issues args: [--mapping=2, --offset=2, --sequence=4, --width=1000000, --implicit_start] - repo: https://github.com/python-jsonschema/check-jsonschema - rev: f805888065fdb6162e1f800e50bb9460cbd223d6 # frozen: 0.37.2 + rev: 943377262562a12b57292fc98fabd7dbf81451fe # frozen: 0.37.2 hooks: # verify github syntaxes - id: check-github-actions