From 033bdd3ee3b4632ffc9326b8e29490649f1cf03c Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 6 Jan 2025 22:24:40 +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/pre-commit/pre-commit-hooks: v4.5.0 → v5.0.0](https://github.com/pre-commit/pre-commit-hooks/compare/v4.5.0...v5.0.0) - [github.com/asottile/reorder_python_imports: v3.12.0 → v3.14.0](https://github.com/asottile/reorder_python_imports/compare/v3.12.0...v3.14.0) - [github.com/astral-sh/ruff-pre-commit: v0.1.7 → v0.8.6](https://github.com/astral-sh/ruff-pre-commit/compare/v0.1.7...v0.8.6) - [github.com/kynan/nbstripout: 0.6.1 → 0.8.1](https://github.com/kynan/nbstripout/compare/0.6.1...0.8.1) --- .pre-commit-config.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 58e164a..e6a8b57 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -6,7 +6,7 @@ fail_fast: false repos: - repo: "https://github.com/pre-commit/pre-commit-hooks" - rev: "v4.5.0" + rev: "v5.0.0" hooks: - id: "check-added-large-files" args: ["--maxkb=40000"] @@ -34,7 +34,7 @@ repos: - id: "python-use-type-annotations" - repo: "https://github.com/asottile/reorder_python_imports" - rev: "v3.12.0" + rev: "v3.14.0" hooks: - id: "reorder-python-imports" args: @@ -42,13 +42,13 @@ repos: - repo: "https://github.com/astral-sh/ruff-pre-commit" # Ruff version. - rev: "v0.1.7" + rev: "v0.8.6" hooks: - id: "ruff" - id: "ruff-format" - repo: "https://github.com/kynan/nbstripout" - rev: "0.6.1" + rev: "0.8.1" hooks: - id: "nbstripout"