From a726651b57f124cc9df0d4f980d383728546efc0 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 23:47:03 +0000 Subject: [PATCH 1/3] [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.6.4 → v0.8.6](https://github.com/astral-sh/ruff-pre-commit/compare/v0.6.4...v0.8.6) - [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/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) --- .pre-commit-config.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 20e1c23d..618cf235 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -3,7 +3,7 @@ ci: autoupdate_schedule: "quarterly" repos: - repo: https://github.com/astral-sh/ruff-pre-commit - rev: "v0.6.4" + rev: "v0.8.6" hooks: - id: ruff args: ["--fix", "--unsafe-fixes"] @@ -24,12 +24,12 @@ repos: - id: docformatter args: ["--make-summary-multi-line", "--pre-summary-newline", "-ri"] - repo: https://github.com/rbubley/mirrors-prettier - rev: v3.3.3 + rev: v3.4.2 hooks: - id: prettier types_or: [css, scss, javascript, rst, json, yaml, toml, markdown] - repo: https://github.com/pre-commit/pre-commit-hooks - rev: v4.6.0 + rev: v5.0.0 hooks: - id: check-ast - id: check-case-conflict From f2146b82457e05a9713bac19e343005b9ba36a01 Mon Sep 17 00:00:00 2001 From: Stuart Mumford Date: Tue, 7 Jan 2025 09:12:38 +0000 Subject: [PATCH 2/3] Update .pre-commit-config.yaml --- .pre-commit-config.yaml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 618cf235..18416a72 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -18,11 +18,6 @@ repos: "--remove-all-unused-imports", "--remove-unused-variable", ] - - repo: https://github.com/PyCQA/docformatter - rev: v1.7.5 - hooks: - - id: docformatter - args: ["--make-summary-multi-line", "--pre-summary-newline", "-ri"] - repo: https://github.com/rbubley/mirrors-prettier rev: v3.4.2 hooks: From 87db32fca3bed2f7a70cbdef6ebb4215090ccc25 Mon Sep 17 00:00:00 2001 From: Stuart Mumford Date: Tue, 7 Jan 2025 09:12:56 +0000 Subject: [PATCH 3/3] Update .pre-commit-config.yaml --- .pre-commit-config.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 18416a72..b69c20c8 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,6 +1,6 @@ ci: autofix_prs: false - autoupdate_schedule: "quarterly" + autoupdate_schedule: "monthly" repos: - repo: https://github.com/astral-sh/ruff-pre-commit rev: "v0.8.6"