From 21fcfa301a14f379450c8ad0d68764e69317b773 Mon Sep 17 00:00:00 2001 From: "Brutus (robot)" Date: Sun, 23 Nov 2025 20:55:23 +0000 Subject: [PATCH] Bump ruff-pre-commit from v0.14.5 to v0.14.6 --- .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 bce5b50..96d7671 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.5 + rev: v0.14.6 hooks: - id: ruff-check args: [ --fix ]