From f2cee89e2c9aaaf21036f1abbb1ec8800e1bae26 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:50:08 +0100 Subject: [PATCH] [pre-commit.ci] pre-commit autoupdate (#305) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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 05797a5..0ece844 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -20,15 +20,12 @@ repos: - id: check-docstring-first - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.7.1 + 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 - types: [yaml] - files: \.github/workflows/.*$