From 730a157ab7e6118be4cfe6a48b8890d05fbabdac Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 6 Jul 2026 21:28:57 +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/crate-ci/typos: 0758ccd3261dc7b0594e9b698113eb08d3ba25b5 → 96d9af6217dc2855210655af7e1ff19d23d4e593](https://github.com/crate-ci/typos/compare/0758ccd3261dc7b0594e9b698113eb08d3ba25b5...96d9af6217dc2855210655af7e1ff19d23d4e593) - [github.com/tox-dev/pyproject-fmt: 3a8ef795727fa946dfcb21c5d07b1442c2362c09 → 0c8c15d8fe996493035be407c5cf4a288cf6bf8e](https://github.com/tox-dev/pyproject-fmt/compare/3a8ef795727fa946dfcb21c5d07b1442c2362c09...0c8c15d8fe996493035be407c5cf4a288cf6bf8e) - [github.com/astral-sh/ruff-pre-commit: 0671d8ab202c4ac093b78433ae5baf74f3fc7246 → c59bba8fb259db0fec2bbb77ad8ba51ea7341b56](https://github.com/astral-sh/ruff-pre-commit/compare/0671d8ab202c4ac093b78433ae5baf74f3fc7246...c59bba8fb259db0fec2bbb77ad8ba51ea7341b56) --- .pre-commit-config.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index f567752..11f3405 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -17,11 +17,11 @@ repos: - id: end-of-file-fixer - id: trailing-whitespace - repo: https://github.com/crate-ci/typos - rev: 0758ccd3261dc7b0594e9b698113eb08d3ba25b5 # frozen: v1 + rev: 96d9af6217dc2855210655af7e1ff19d23d4e593 # frozen: v1 hooks: - id: typos - repo: https://github.com/tox-dev/pyproject-fmt - rev: 3a8ef795727fa946dfcb21c5d07b1442c2362c09 # frozen: v2.23.0 + rev: 0c8c15d8fe996493035be407c5cf4a288cf6bf8e # frozen: v2.25.1 hooks: - id: pyproject-fmt - repo: https://github.com/tox-dev/tox-ini-fmt @@ -41,7 +41,7 @@ repos: additional_dependencies: - black==25.1.0 - repo: https://github.com/astral-sh/ruff-pre-commit - rev: 0671d8ab202c4ac093b78433ae5baf74f3fc7246 # frozen: v0.15.15 + rev: c59bba8fb259db0fec2bbb77ad8ba51ea7341b56 # frozen: v0.15.20 hooks: - id: ruff-check args: [ --fix ]