From e4c74ce6a35641dea33f10799ff30c9f09d7511c Mon Sep 17 00:00:00 2001 From: Jeremy Stretch Date: Mon, 20 Oct 2025 12:07:12 -0400 Subject: [PATCH] Closes #20614: Update ruff for pre-commit check (#20631) --- .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 622b095b3..875dca523 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,6 +1,6 @@ repos: - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.6.9 + rev: v0.14.1 hooks: - id: ruff name: "Ruff linter"