From 2b3962113b32bd9f2b8370911ada4d3934c3ee1a Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 24 Nov 2025 17:53:06 +0000 Subject: [PATCH 1/2] chore: update pre-commit hooks MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit updates: - [github.com/astral-sh/ruff-pre-commit: v0.14.5 → v0.14.6](https://github.com/astral-sh/ruff-pre-commit/compare/v0.14.5...v0.14.6) - [github.com/scientific-python/cookie: 2025.11.10 → 2025.11.21](https://github.com/scientific-python/cookie/compare/2025.11.10...2025.11.21) --- .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 7758781..f3310ea 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -51,7 +51,7 @@ repos: - id: trailing-whitespace - repo: https://github.com/astral-sh/ruff-pre-commit - rev: "v0.14.5" + rev: "v0.14.6" hooks: - id: ruff-check types: [file, python] @@ -90,7 +90,7 @@ repos: - id: validate-pyproject - repo: https://github.com/scientific-python/cookie - rev: 2025.11.10 + rev: 2025.11.21 hooks: - id: sp-repo-review additional_dependencies: ["repo-review[cli]"] From 8e3f40b90089c18a52613e72727708cab342b22d Mon Sep 17 00:00:00 2001 From: Martin Yeo Date: Tue, 25 Nov 2025 15:44:21 +0000 Subject: [PATCH 2/2] Align with latest repo-review advice from 2025.11.21 . --- .pre-commit-config.yaml | 2 ++ pyproject.toml | 1 + 2 files changed, 3 insertions(+) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index f3310ea..0adc183 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -5,7 +5,9 @@ ci: autofix_prs: false + autofix_commit_msg: "style: pre-commit fixes" autoupdate_commit_msg: "chore: update pre-commit hooks" + autoupdate_schedule: "monthly" # Alphabetised, for lack of a better order. diff --git a/pyproject.toml b/pyproject.toml index c52a115..7dc4151 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -52,6 +52,7 @@ log_cli_level = "INFO" minversion = "6.0" testpaths = "src/mo_pack" xfail_strict = true +log_level = "INFO" [tool.setuptools] zip-safe = false