From 683654907bec6a4bd035cada707edad57f4a78f0 Mon Sep 17 00:00:00 2001 From: fabiocaccamo <1035294+fabiocaccamo@users.noreply.github.com> Date: Sun, 1 Feb 2026 00:07:59 +0000 Subject: [PATCH] Update pre-commit hooks. --- .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 8f30f4e..d78f2e2 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -14,7 +14,7 @@ repos: - id: fix-future-annotations - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.14.10 + rev: v0.14.14 hooks: - id: ruff args: [--fix, --exit-non-zero-on-fix]