From f0f67f8cd731275b798a48cfaebc323c1caee0ee Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 24 Mar 2025 21:02:19 +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: typos-dict-v0.12.4 → v1](https://github.com/crate-ci/typos/compare/typos-dict-v0.12.4...v1) - [github.com/astral-sh/ruff-pre-commit: v0.9.6 → v0.11.2](https://github.com/astral-sh/ruff-pre-commit/compare/v0.9.6...v0.11.2) --- .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 9823315..9efd708 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -19,12 +19,12 @@ repos: args: [-c, configs/.markdownlint.yaml, --fix, --disable, MD028] - repo: https://github.com/crate-ci/typos - rev: typos-dict-v0.12.4 + rev: v1 hooks: - id: typos - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.9.6 + rev: v0.11.2 hooks: # Run the formatter - id: ruff-format