From 680c19c603e4dfbd04822bec4c2cbf78c11e5054 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 9 Jun 2025 17:02:19 +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.9.2 → v0.11.13](https://github.com/astral-sh/ruff-pre-commit/compare/v0.9.2...v0.11.13) - [github.com/seddonym/import-linter: v2.1 → v2.3](https://github.com/seddonym/import-linter/compare/v2.1...v2.3) - [github.com/python-jsonschema/check-jsonschema: 0.31.0 → 0.33.0](https://github.com/python-jsonschema/check-jsonschema/compare/0.31.0...0.33.0) --- .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 4d333fb1..916a6e3f 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -3,19 +3,19 @@ ci: exclude: _vendor|vendored repos: - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.9.2 + rev: v0.11.13 hooks: - id: ruff args: [--fix] - id: ruff-format exclude: examples - repo: https://github.com/seddonym/import-linter - rev: v2.1 + rev: v2.3 hooks: - id: import-linter stages: [manual] - repo: https://github.com/python-jsonschema/check-jsonschema - rev: 0.31.0 + rev: 0.33.0 hooks: - id: check-github-workflows - repo: https://github.com/pre-commit/pre-commit-hooks