From 2bbaec21a9a148ea50c7964ce879f31e7c5f2615 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:02 +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 ba5f9c3..9ffaa6f 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -78,7 +78,7 @@ repos: types: [file, python] - repo: https://github.com/astral-sh/ruff-pre-commit - rev: "v0.14.5" + rev: "v0.14.6" hooks: - id: ruff-check types: [file, python] @@ -93,7 +93,7 @@ repos: types: [file, python] - 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 992f2e5f3ee8f08433f02fa403e3ac22f1dd32c4 Mon Sep 17 00:00:00 2001 From: Martin Yeo Date: Tue, 25 Nov 2025 15:58:14 +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 9ffaa6f..45fd7d7 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -6,7 +6,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. files: | diff --git a/pyproject.toml b/pyproject.toml index 4232da6..d32b6d8 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -128,6 +128,7 @@ log_cli_level = "INFO" minversion = "6.0" testpaths = ["src/nc_time_axis"] xfail_strict = true +log_level = "INFO" [tool.repo-review] ignore = [