Skip to content

Commit 5a616f0

Browse files
chore(deps): pre-commit.ci autoupdate
updates: - [github.com/psf/black-pre-commit-mirror: 25.11.0 → 25.12.0](psf/black-pre-commit-mirror@25.11.0...25.12.0) - [github.com/astral-sh/ruff-pre-commit: v0.14.7 → v0.14.10](astral-sh/ruff-pre-commit@v0.14.7...v0.14.10) - [github.com/jshwi/docsig: v0.71.0 → v0.74.0](jshwi/docsig@v0.71.0...v0.74.0)
1 parent 3401142 commit 5a616f0

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.pre-commit-config.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ repos:
2727
- id: python-check-blanket-noqa # Check for # noqa: all
2828
- id: python-no-log-warn # Check for log.warn
2929
- repo: https://github.com/psf/black-pre-commit-mirror
30-
rev: 25.11.0
30+
rev: 25.12.0
3131
hooks:
3232
- id: black
3333
args: [--line-length=120]
@@ -41,7 +41,7 @@ repos:
4141
- --profile black
4242
- --project anemoi
4343
- repo: https://github.com/astral-sh/ruff-pre-commit
44-
rev: v0.14.7
44+
rev: v0.14.10
4545
hooks:
4646
- id: ruff
4747
args:
@@ -64,7 +64,7 @@ repos:
6464
- id: pyproject-fmt
6565
args: ["--max-supported-python", "3.12"]
6666
- repo: https://github.com/jshwi/docsig # Check docstrings against function sig
67-
rev: v0.71.0
67+
rev: v0.74.0
6868
hooks:
6969
- id: docsig
7070
args:

0 commit comments

Comments
 (0)