Skip to content

Commit c565dbc

Browse files
Pre-commit update plus repo-review improvements (#473)
* chore: update pre-commit hooks updates: - [github.com/astral-sh/ruff-pre-commit: v0.14.5 → v0.14.6](astral-sh/ruff-pre-commit@v0.14.5...v0.14.6) - [github.com/scientific-python/cookie: 2025.11.10 → 2025.11.21](scientific-python/cookie@2025.11.10...2025.11.21) * Align with latest repo-review advice from 2025.11.21 . --------- Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent a233fac commit c565dbc

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

.pre-commit-config.yaml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,9 @@
66

77
ci:
88
autofix_prs: false
9+
autofix_commit_msg: "style: pre-commit fixes"
910
autoupdate_commit_msg: "chore: update pre-commit hooks"
11+
autoupdate_schedule: "monthly"
1012

1113
# Alphabetised, for lack of a better order.
1214
files: |
@@ -78,7 +80,7 @@ repos:
7880
types: [file, python]
7981

8082
- repo: https://github.com/astral-sh/ruff-pre-commit
81-
rev: "v0.14.5"
83+
rev: "v0.14.6"
8284
hooks:
8385
- id: ruff-check
8486
types: [file, python]
@@ -93,7 +95,7 @@ repos:
9395
types: [file, python]
9496

9597
- repo: https://github.com/scientific-python/cookie
96-
rev: 2025.11.10
98+
rev: 2025.11.21
9799
hooks:
98100
- id: sp-repo-review
99101
additional_dependencies: ["repo-review[cli]"]

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -128,6 +128,7 @@ log_cli_level = "INFO"
128128
minversion = "6.0"
129129
testpaths = ["src/nc_time_axis"]
130130
xfail_strict = true
131+
log_level = "INFO"
131132

132133
[tool.repo-review]
133134
ignore = [

0 commit comments

Comments
 (0)