From d310cf3d39f12294cb997f2869aa57c1348cb0b4 Mon Sep 17 00:00:00 2001 From: thesaadmirza <14211943+thesaadmirza@users.noreply.github.com> Date: Sun, 1 Mar 2026 00:32:41 +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 0568898..cd3beda 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.9 + rev: v0.15.4 hooks: - id: ruff args: [--fix, --exit-non-zero-on-fix]