From 9e8637bc6abb21599ef802a411c937a070ceacdf Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 25 Mar 2024 19:43:30 +0000 Subject: [PATCH] [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.2.2 → v0.3.4](https://github.com/astral-sh/ruff-pre-commit/compare/v0.2.2...v0.3.4) - [github.com/scientific-python/cookie: 2024.01.24 → 2024.03.10](https://github.com/scientific-python/cookie/compare/2024.01.24...2024.03.10) --- .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 ec9acabd..5d888773 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -32,7 +32,7 @@ repos: - tomli - repo: https://github.com/astral-sh/ruff-pre-commit - rev: "v0.2.2" + rev: "v0.3.4" hooks: - id: ruff args: ["--fix", "--show-fixes"] @@ -52,7 +52,7 @@ repos: - id: prettier - repo: https://github.com/scientific-python/cookie - rev: 2024.01.24 + rev: 2024.03.10 hooks: - id: sp-repo-review additional_dependencies: ["repo-review[cli]"]