diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index ba5f9c3..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: | @@ -78,7 +80,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 +95,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]"] 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 = [