Skip to content

Commit c63243e

Browse files
chore(deps): pre-commit.ci autoupdate (#626)
<!--pre-commit.ci start--> updates: - [github.com/pycqa/isort: 8.0.1 → 9.0.0a3](PyCQA/isort@8.0.1...9.0.0a3) - [github.com/astral-sh/ruff-pre-commit: v0.15.9 → v0.15.12](astral-sh/ruff-pre-commit@v0.15.9...v0.15.12) - [github.com/tox-dev/pyproject-fmt: v2.21.0 → v2.21.1](tox-dev/pyproject-fmt@v2.21.0...v2.21.1) - [github.com/jshwi/docsig: v0.82.2 → v0.84.0](jshwi/docsig@v0.82.2...v0.84.0) <!--pre-commit.ci end--> Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> Co-authored-by: Ana Prieto Nemesio <91897203+anaprietonem@users.noreply.github.com>
1 parent 88e8c08 commit c63243e

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.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: 8.0.1
35+
rev: 9.0.0a3
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.15.9
44+
rev: v0.15.12
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.21.0"
62+
rev: "v2.21.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.82.2
67+
rev: v0.84.0
6868
hooks:
6969
- id: docsig
7070
args:

0 commit comments

Comments
 (0)