From 989c0f352716168a7654f58b11de4ffa584543b6 Mon Sep 17 00:00:00 2001 From: "Brutus (robot)" Date: Sun, 7 Dec 2025 20:37:51 +0000 Subject: [PATCH] Bump ruff-pre-commit from v0.14.7 to v0.14.8 --- .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 4b84d69..68ae13d 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.7 + rev: v0.14.8 hooks: - id: ruff-check args: [ --fix ]