From 09090029211a6cfa254a8ae7f26e8e81532863b7 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Wed, 10 Jul 2024 10:46:33 +0200 Subject: [PATCH] [pre-commit.ci] pre-commit autoupdate (#164) 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.0 → v0.5.1](https://github.com/astral-sh/ruff-pre-commit/compare/v0.5.0...v0.5.1) - [github.com/crate-ci/typos: v1.22.9 → v1.23.1](https://github.com/crate-ci/typos/compare/v1.22.9...v1.23.1) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> --- .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 822cf6d..bc2e8ad 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.0 + rev: v0.5.1 hooks: - id: ruff args: @@ -47,7 +47,7 @@ repos: - --unsafe-fixes - id: ruff-format - repo: https://github.com/crate-ci/typos - rev: v1.22.9 + rev: v1.23.1 hooks: - id: typos exclude: \.svg$