Skip to content

Commit 42cc330

Browse files
chore(deps): pre-commit.ci autoupdate
updates: - [github.com/pycqa/isort: 6.1.0 → 7.0.0](PyCQA/isort@6.1.0...7.0.0) - [github.com/astral-sh/ruff-pre-commit: v0.13.3 → v0.14.3](astral-sh/ruff-pre-commit@v0.13.3...v0.14.3) - [github.com/sphinx-contrib/sphinx-lint: v1.0.0 → v1.0.1](sphinx-contrib/sphinx-lint@v1.0.0...v1.0.1) - [github.com/tox-dev/pyproject-fmt: v2.7.0 → v2.11.0](tox-dev/pyproject-fmt@v2.7.0...v2.11.0)
1 parent 990a5c3 commit 42cc330

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
@@ -32,7 +32,7 @@ repos:
3232
- id: black
3333
args: [--line-length=120]
3434
- repo: https://github.com/pycqa/isort
35-
rev: 6.1.0
35+
rev: 7.0.0
3636
hooks:
3737
- id: isort
3838
args:
@@ -41,7 +41,7 @@ repos:
4141
- --profile black
4242
- --project anemoi
4343
- repo: https://github.com/astral-sh/ruff-pre-commit
44-
rev: v0.13.3
44+
rev: v0.14.3
4545
hooks:
4646
- id: ruff
4747
args:
@@ -50,7 +50,7 @@ repos:
5050
- --exit-non-zero-on-fix
5151
- --exclude=docs/**/*_.py
5252
- repo: https://github.com/sphinx-contrib/sphinx-lint
53-
rev: v1.0.0
53+
rev: v1.0.1
5454
hooks:
5555
- id: sphinx-lint
5656
# For now, we use it. But it does not support a lot of sphinx features
@@ -65,7 +65,7 @@ repos:
6565
- id: docconvert
6666
args: ["numpy"]
6767
- repo: https://github.com/tox-dev/pyproject-fmt
68-
rev: "v2.7.0"
68+
rev: "v2.11.0"
6969
hooks:
7070
- id: pyproject-fmt
7171
- repo: https://github.com/jshwi/docsig # Check docstrings against function sig

0 commit comments

Comments
 (0)