Skip to content

Commit 0dbc43d

Browse files
Pre-commit update plus repo-review improvements (#250)
* 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 08c799c commit 0dbc43d

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
@@ -5,7 +5,9 @@
55

66
ci:
77
autofix_prs: false
8+
autofix_commit_msg: "style: pre-commit fixes"
89
autoupdate_commit_msg: "chore: update pre-commit hooks"
10+
autoupdate_schedule: "monthly"
911

1012

1113
# Alphabetised, for lack of a better order.
@@ -51,7 +53,7 @@ repos:
5153
- id: trailing-whitespace
5254

5355
- repo: https://github.com/astral-sh/ruff-pre-commit
54-
rev: "v0.14.5"
56+
rev: "v0.14.6"
5557
hooks:
5658
- id: ruff-check
5759
types: [file, python]
@@ -90,7 +92,7 @@ repos:
9092
- id: validate-pyproject
9193

9294
- repo: https://github.com/scientific-python/cookie
93-
rev: 2025.11.10
95+
rev: 2025.11.21
9496
hooks:
9597
- id: sp-repo-review
9698
additional_dependencies: ["repo-review[cli]"]

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,7 @@ log_cli_level = "INFO"
5252
minversion = "6.0"
5353
testpaths = "src/mo_pack"
5454
xfail_strict = true
55+
log_level = "INFO"
5556

5657
[tool.setuptools]
5758
zip-safe = false

0 commit comments

Comments
 (0)