Skip to content

Commit 663ceb9

Browse files
chore(deps): pre-commit.ci autoupdate
updates: - [github.com/psf/black-pre-commit-mirror: 25.12.0 → 26.1.0](psf/black-pre-commit-mirror@25.12.0...26.1.0) - [github.com/astral-sh/ruff-pre-commit: v0.14.10 → v0.14.14](astral-sh/ruff-pre-commit@v0.14.10...v0.14.14) - [github.com/tox-dev/pyproject-fmt: v2.11.1 → v2.12.1](tox-dev/pyproject-fmt@v2.11.1...v2.12.1) - [github.com/jshwi/docsig: v0.74.0 → v0.77.0](jshwi/docsig@v0.74.0...v0.77.0)
1 parent a805254 commit 663ceb9

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.pre-commit-config.yaml

Lines changed: 4 additions & 4 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.12.0
30+
rev: 26.1.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.10
44+
rev: v0.14.14
4545
hooks:
4646
- id: ruff
4747
args:
@@ -59,12 +59,12 @@ repos:
5959
- id: docconvert
6060
args: ["numpy"]
6161
- repo: https://github.com/tox-dev/pyproject-fmt
62-
rev: "v2.11.1"
62+
rev: "v2.12.1"
6363
hooks:
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.74.0
67+
rev: v0.77.0
6868
hooks:
6969
- id: docsig
7070
args:

0 commit comments

Comments
 (0)