From e60bd334029ca186e6f1e313d9b0638e2970a6c6 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 25 Nov 2024 17:02:32 +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.6.0 → v5.0.0](https://github.com/pre-commit/pre-commit-hooks/compare/v4.6.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/psf/black: 24.4.2 → 24.10.0](https://github.com/psf/black/compare/24.4.2...24.10.0) - [github.com/charliermarsh/ruff-pre-commit: v0.4.4 → v0.8.0](https://github.com/charliermarsh/ruff-pre-commit/compare/v0.4.4...v0.8.0) - [github.com/kynan/nbstripout: 0.7.1 → 0.8.1](https://github.com/kynan/nbstripout/compare/0.7.1...0.8.1) --- .pre-commit-config.yaml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index cd7535d..9fa5047 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -8,7 +8,7 @@ fail_fast: false repos: - repo: "https://github.com/pre-commit/pre-commit-hooks" - rev: "v4.6.0" + rev: "v5.0.0" hooks: - id: "check-added-large-files" - id: "check-ast" @@ -35,26 +35,26 @@ 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: - "--py38-plus" - repo: "https://github.com/psf/black" - rev: "24.4.2" + rev: "24.10.0" hooks: - id: "black" args: ["--diff"] - repo: "https://github.com/charliermarsh/ruff-pre-commit" # Ruff version. - rev: "v0.4.4" + rev: "v0.8.0" hooks: - id: "ruff" - repo: "https://github.com/kynan/nbstripout" - rev: "0.7.1" + rev: "0.8.1" hooks: - id: "nbstripout"