From 077fcd8cd26f14cb1c75a390dd97af94116ac8d7 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 12 Jan 2026 17:29:39 +0000 Subject: [PATCH] [pre-commit.ci] pre-commit autoupdate MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit updates: - [github.com/astral-sh/ruff-pre-commit: 5ba58aca0bd5bc7c0e1c0fc45af2e88d6a2bde83 → 6ce4b4fc349b8881cbce40207dac3bf78824a88e](https://github.com/astral-sh/ruff-pre-commit/compare/5ba58aca0bd5bc7c0e1c0fc45af2e88d6a2bde83...6ce4b4fc349b8881cbce40207dac3bf78824a88e) - [github.com/crate-ci/typos: 2d0ce569feab1f8752f1dde43cc2f2aa53236e06 → 90356c2064dddca5f04a5ee3deaecb1784ba692d](https://github.com/crate-ci/typos/compare/2d0ce569feab1f8752f1dde43cc2f2aa53236e06...90356c2064dddca5f04a5ee3deaecb1784ba692d) --- .pre-commit-config.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 9d70628..784f970 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -6,7 +6,7 @@ repos: - id: trailing-whitespace - repo: https://github.com/astral-sh/ruff-pre-commit - rev: 5ba58aca0bd5bc7c0e1c0fc45af2e88d6a2bde83 # frozen: v0.14.10 + rev: 6ce4b4fc349b8881cbce40207dac3bf78824a88e # frozen: v0.14.11 hooks: - id: ruff-check args: @@ -16,6 +16,6 @@ repos: - --quiet - repo: https://github.com/crate-ci/typos - rev: 2d0ce569feab1f8752f1dde43cc2f2aa53236e06 # frozen: v1.40.0 + rev: 90356c2064dddca5f04a5ee3deaecb1784ba692d # frozen: v1 hooks: - id: typos