From a60fd1ee89f0bfd563acd84bb5100ed0d5da4511 Mon Sep 17 00:00:00 2001 From: zenetio <578337+zenetio@users.noreply.github.com> Date: Mon, 31 Aug 2026 09:26:18 +0000 Subject: [PATCH] chore: update ruff pre-commit hook --- .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 7dbd8bbb1cd0..27ee2fbc44c9 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,7 +1,7 @@ repos: - repo: https://github.com/astral-sh/ruff-pre-commit # Ruff version. - rev: v0.15.9 + rev: v0.16.5 hooks: # Run the formatter. - id: ruff-format