From 3ebd0a96ad8dae9363b7b5e25083ced02d68d6de Mon Sep 17 00:00:00 2001 From: unode <122319+unode@users.noreply.github.com> Date: Fri, 10 Jul 2026 03:46:05 +0000 Subject: [PATCH] CI: update pre-commit hooks --- .pre-commit-config.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 1af02a24..e5f5ce9b 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -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.21 hooks: # Run the linter. - id: ruff