From 1c1985050b0b6e740f618446ceb36099a8713116 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 4 May 2026 20:49:50 +0000 Subject: [PATCH] ci(deps-dev): 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.1 → 0.37.2](https://github.com/python-jsonschema/check-jsonschema/compare/0.37.1...0.37.2) - [github.com/astral-sh/uv-pre-commit: 0.11.7 → 0.11.8](https://github.com/astral-sh/uv-pre-commit/compare/0.11.7...0.11.8) --- .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 416a15e..030fe66 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -35,7 +35,7 @@ repos: - id: validate_manifest - repo: https://github.com/python-jsonschema/check-jsonschema - rev: 0.37.1 + rev: 0.37.2 hooks: - id: check-github-workflows - id: check-meltano @@ -45,7 +45,7 @@ repos: - pyjson5==2.0.0 - repo: https://github.com/astral-sh/uv-pre-commit - rev: "0.11.7" + rev: "0.11.8" hooks: - id: uv-lock - id: uv-sync