Skip to content

Commit f492ec2

Browse files
authored
chore: synced file(s) with ecmwf/reusable-workflows (#30)
1 parent ad63742 commit f492ec2

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)