From 33d55dca0ead42da57fb76b1b9ddea4836ef83aa Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 17 Aug 2026 23:19:30 +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: v0.15.13 → v0.16.3](https://github.com/astral-sh/ruff-pre-commit/compare/v0.15.13...v0.16.3) - [github.com/python-jsonschema/check-jsonschema: 0.37.2 → 0.38.0](https://github.com/python-jsonschema/check-jsonschema/compare/0.37.2...0.38.0) - [github.com/jazzband/pip-tools: v7.5.3 → v7.6.1](https://github.com/jazzband/pip-tools/compare/v7.5.3...v7.6.1) --- .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 0f47aa1..483068a 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -3,12 +3,12 @@ ci: repos: - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.15.13 + rev: v0.16.3 hooks: - id: ruff - id: ruff-format - repo: https://github.com/python-jsonschema/check-jsonschema - rev: 0.37.2 + rev: 0.38.0 hooks: - id: check-github-workflows - id: check-dependabot @@ -18,7 +18,7 @@ repos: - id: blacken-docs additional_dependencies: [black==23.12.1] - repo: https://github.com/jazzband/pip-tools - rev: v7.5.3 + rev: v7.6.1 hooks: - id: pip-compile name: pip-compile pyproject.toml