From 229969f377b0ce2d2b1e4683ec6ed46fd7ebdcb2 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 23 Dec 2024 23:22:54 +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.8.0 → v0.8.4](https://github.com/astral-sh/ruff-pre-commit/compare/v0.8.0...v0.8.4) - [github.com/woodruffw/zizmor-pre-commit: v0.8.0 → v0.10.0](https://github.com/woodruffw/zizmor-pre-commit/compare/v0.8.0...v0.10.0) --- .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 40dde5162..db85c0014 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -26,13 +26,13 @@ repos: - id: check-docstring-first - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.8.0 + rev: v0.8.4 hooks: - id: ruff - id: ruff-format - repo: https://github.com/woodruffw/zizmor-pre-commit - rev: v0.8.0 + rev: v0.10.0 hooks: - id: zizmor # types and files can be removed with https://github.com/woodruffw/zizmor-pre-commit/pull/2 From dce058c15e1b4f748d5114ce66b94b28c5eaaf68 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Randy=20D=C3=B6ring?= <30527984+radoering@users.noreply.github.com> Date: Wed, 25 Dec 2024 09:44:02 +0100 Subject: [PATCH 2/2] Remove config that is default in the new version --- .pre-commit-config.yaml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index db85c0014..c70d1ee66 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -35,6 +35,3 @@ repos: rev: v0.10.0 hooks: - id: zizmor - # types and files can be removed with https://github.com/woodruffw/zizmor-pre-commit/pull/2 - types: [yaml] - files: \.github/workflows/.*$