From 62fc25c88eb6d74bbf8fec47cded8a7410297155 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Wed, 20 Nov 2024 16:24:37 -0800 Subject: [PATCH] [pre-commit.ci] pre-commit autoupdate (#81) 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.0 → v0.7.4](https://github.com/astral-sh/ruff-pre-commit/compare/v0.7.0...v0.7.4) - [github.com/kynan/nbstripout: 0.7.1 → 0.8.1](https://github.com/kynan/nbstripout/compare/0.7.1...0.8.1) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> --- .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 48c793d..6860f8c 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -11,7 +11,7 @@ repos: hooks: - id: prettier - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.7.0 + rev: v0.7.4 hooks: - id: ruff types_or: [python, pyi, jupyter] @@ -32,7 +32,7 @@ repos: - id: check-merge-conflict args: [--assume-in-merge] - repo: https://github.com/kynan/nbstripout - rev: "0.7.1" + rev: "0.8.1" hooks: - id: nbstripout files: 'docs/notebooks/.*\.ipynb$'