From 344ed70c0a32251a1473c0e9a293d5f163ab8dca Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 15 Jun 2026 18:27:42 +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: 0.37.2 → 0.37.3](https://github.com/python-jsonschema/check-jsonschema/compare/0.37.2...0.37.3) - [github.com/sirosen/slyp: 0.8.2 → 0.9.0](https://github.com/sirosen/slyp/compare/0.8.2...0.9.0) --- .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 b2bc62b4f..81aaf8aac 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,7 +1,7 @@ repos: # dogfood - repo: https://github.com/python-jsonschema/check-jsonschema - rev: 0.37.2 + rev: 0.37.3 hooks: - id: check-dependabot - id: check-github-workflows @@ -36,7 +36,7 @@ repos: - 'flake8-typing-as-t==1.1.0' - 'flake8-comprehensions==3.17.0' - repo: https://github.com/sirosen/slyp - rev: 0.8.2 + rev: 0.9.0 hooks: - id: slyp - repo: https://github.com/PyCQA/isort