From a2680ac87f9e9294c8e09c9038a17c252aca2c87 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Tue, 7 Jan 2025 00:26:34 +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/iterative/dvc: 3.51.2 → 3.58.0](https://github.com/iterative/dvc/compare/3.51.2...3.58.0) - [github.com/DavidAnson/markdownlint-cli2: v0.13.0 → v0.17.1](https://github.com/DavidAnson/markdownlint-cli2/compare/v0.13.0...v0.17.1) - [github.com/srstevenson/nb-clean: 3.3.0 → 4.0.1](https://github.com/srstevenson/nb-clean/compare/3.3.0...4.0.1) - [github.com/rbubley/mirrors-prettier: v3.3.3 → v3.4.2](https://github.com/rbubley/mirrors-prettier/compare/v3.3.3...v3.4.2) - [github.com/charliermarsh/ruff-pre-commit: v0.5.1 → v0.8.6](https://github.com/charliermarsh/ruff-pre-commit/compare/v0.5.1...v0.8.6) --- .pre-commit-config.yaml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index c627b97..b0c5c75 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -72,12 +72,12 @@ repos: |tests/.* )$ - repo: "https://github.com/pre-commit/pre-commit-hooks" - rev: "v4.6.0" + rev: "v5.0.0" hooks: - id: "end-of-file-fixer" - id: "trailing-whitespace" - repo: "https://github.com/iterative/dvc" - rev: "3.51.2" + rev: "3.58.0" hooks: - id: "dvc-post-checkout" additional_dependencies: ["dvc[gs]"] @@ -85,11 +85,11 @@ repos: additional_dependencies: ["dvc[gs]"] - repo: "https://github.com/DavidAnson/markdownlint-cli2" - rev: "v0.13.0" + rev: "v0.17.1" hooks: - id: "markdownlint-cli2" - repo: "https://github.com/srstevenson/nb-clean" - rev: "3.3.0" + rev: "4.0.1" hooks: - id: "nb-clean" args: @@ -105,7 +105,7 @@ repos: |tests/.* )$ - repo: "https://github.com/rbubley/mirrors-prettier" - rev: "v3.3.3" + rev: "v3.4.2" hooks: - id: "prettier" - repo: https://github.com/ComPWA/taplo-pre-commit @@ -113,7 +113,7 @@ repos: hooks: - id: "taplo-format" - repo: "https://github.com/charliermarsh/ruff-pre-commit" - rev: "v0.5.1" + rev: "v0.8.6" hooks: - id: "ruff" args: ["--extend-fixable", "PIE790"]