From 4cd514c861b0fa1ee733c7d171391d990b2b8d8f Mon Sep 17 00:00:00 2001 From: Jeremy Stretch Date: Mon, 20 Oct 2025 10:17:00 -0400 Subject: [PATCH] Closes #20614: Update ruff for pre-commit check --- .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"