From 1b2a06305c364d0d4a576f29fd943488aad96a88 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 15 Jul 2024 19:22:47 +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: v0.5.1 → v0.5.2](https://github.com/astral-sh/ruff-pre-commit/compare/v0.5.1...v0.5.2) - [github.com/crate-ci/typos: v1.23.1 → typos-v0.10.26](https://github.com/crate-ci/typos/compare/v1.23.1...typos-v0.10.26) --- .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 bc2e8ad..559c060 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -39,7 +39,7 @@ repos: - id: dead args: ["--exclude", "examples/"] # global exclude does not work - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.5.1 + rev: v0.5.2 hooks: - id: ruff args: @@ -47,7 +47,7 @@ repos: - --unsafe-fixes - id: ruff-format - repo: https://github.com/crate-ci/typos - rev: v1.23.1 + rev: typos-v0.10.26 hooks: - id: typos exclude: \.svg$