From ea37ebc78cf09fb03809b79979f4390e7f61a43c Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Wed, 25 Dec 2024 09:51:03 +0100 Subject: [PATCH] [pre-commit.ci] pre-commit autoupdate (#26) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * [pre-commit.ci] pre-commit autoupdate updates: - [github.com/astral-sh/ruff-pre-commit: v0.8.3 → v0.8.4](https://github.com/astral-sh/ruff-pre-commit/compare/v0.8.3...v0.8.4) - [github.com/woodruffw/zizmor-pre-commit: v0.9.2 → v0.10.0](https://github.com/woodruffw/zizmor-pre-commit/compare/v0.9.2...v0.10.0) * Remove config that is default in the new version --------- Co-authored-by: Randy Döring <30527984+radoering@users.noreply.github.com> --- .pre-commit-config.yaml | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 1612740..273fcee 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -27,15 +27,12 @@ repos: - id: validate_manifest - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.8.3 + rev: v0.8.4 hooks: - id: ruff - id: ruff-format - repo: https://github.com/woodruffw/zizmor-pre-commit - rev: v0.9.2 + 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/.*$