From 894b742bc61164568e5a3b49c28c6317455b5192 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 25 Nov 2024 20:47:07 +0000 Subject: [PATCH 1/2] [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.7.2 → v0.8.0](https://github.com/astral-sh/ruff-pre-commit/compare/v0.7.2...v0.8.0) - [github.com/crate-ci/typos: v1.27.0 → typos-dict-v0.11.35](https://github.com/crate-ci/typos/compare/v1.27.0...typos-dict-v0.11.35) --- .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 0cc1253..5cdedf4 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,11 +1,11 @@ repos: - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.7.2 + rev: v0.8.0 hooks: - id: ruff args: [--fix] - id: ruff-format - repo: https://github.com/crate-ci/typos - rev: v1.27.0 + rev: typos-dict-v0.11.35 hooks: - id: typos From 143871612fe7b1238edd3853d59680b65ff8f8a2 Mon Sep 17 00:00:00 2001 From: Muspi Merol Date: Tue, 26 Nov 2024 19:56:50 +0800 Subject: [PATCH 2/2] fix: wrong rev --- .pre-commit-config.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 5cdedf4..7a2d0a4 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -6,6 +6,6 @@ repos: args: [--fix] - id: ruff-format - repo: https://github.com/crate-ci/typos - rev: typos-dict-v0.11.35 + rev: v1.28.0 hooks: - id: typos