From b264d516b460fd13575b490106b36b0cb8655430 Mon Sep 17 00:00:00 2001 From: unode <122319+unode@users.noreply.github.com> Date: Fri, 17 Jul 2026 02:57:37 +0000 Subject: [PATCH] CI: update pre-commit hooks --- .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 1af02a24..2891874a 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -13,7 +13,7 @@ repos: - id: check-merge-conflict - repo: https://github.com/pycqa/isort # Formants, sorts and reorganizes imports - rev: 9.0.0a3 + rev: 9.0.0b1 hooks: - id: isort args: @@ -34,7 +34,7 @@ repos: exclude: (.*/)*snapshots/ # Ruff is a "fastar than flake8" linter/formatter - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.15.17 + rev: v0.15.22 hooks: # Run the linter. - id: ruff