From 1f0fb86236b0da27809c3344e6dc4e155a3a24be Mon Sep 17 00:00:00 2001 From: "Brutus (robot)" Date: Sun, 14 Dec 2025 21:10:35 +0000 Subject: [PATCH] Bump ruff-pre-commit from v0.14.8 to v0.14.9 --- .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 68ae13d..7539c85 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -14,7 +14,7 @@ repos: - id: pyupgrade args: [--py38-plus] - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.14.8 + rev: v0.14.9 hooks: - id: ruff-check args: [ --fix ]