From 166e04e2a09857833e5bc080baae6377b507efac Mon Sep 17 00:00:00 2001 From: fabiocaccamo <1035294+fabiocaccamo@users.noreply.github.com> Date: Sun, 1 Feb 2026 00:20:57 +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 4287337..ca68ccb 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]