From 9e600d06e0962e43709c1df52420eafee778aa33 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Tue, 20 Feb 2024 17:18:53 +0100 Subject: [PATCH] [pre-commit.ci] pre-commit autoupdate (#102) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit updates: - [github.com/astral-sh/ruff-pre-commit: v0.2.1 → v0.2.2](https://github.com/astral-sh/ruff-pre-commit/compare/v0.2.1...v0.2.2) - [github.com/crate-ci/typos: typos-v0.10.20 → typos-v0.10.21](https://github.com/crate-ci/typos/compare/typos-v0.10.20...typos-v0.10.21) 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 7ebefb0..bbf4cca 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -25,7 +25,7 @@ repos: additional_dependencies: - types-toml - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.2.1 + rev: v0.2.2 hooks: - id: ruff args: @@ -33,7 +33,7 @@ repos: - --unsafe-fixes - id: ruff-format - repo: https://github.com/crate-ci/typos - rev: typos-v0.10.20 + rev: typos-v0.10.21 hooks: - id: typos - repo: local