Skip to content

Commit f10a495

Browse files
authored
Merge pull request #434 from xarray-contrib/pre-commit-ci-update-config
[pre-commit.ci] pre-commit autoupdate
2 parents 934bb72 + fb60981 commit f10a495

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

.pre-commit-config.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ ci:
1515

1616
repos:
1717
- repo: https://github.com/pre-commit/pre-commit-hooks
18-
rev: v5.0.0
18+
rev: v6.0.0
1919
hooks:
2020
- id: check-added-large-files
2121
- id: check-docstring-first
@@ -34,7 +34,7 @@ repos:
3434
- id: trailing-whitespace
3535

3636
- repo: https://github.com/astral-sh/ruff-pre-commit
37-
rev: "v0.12.2"
37+
rev: "v0.13.3"
3838
hooks:
3939
- id: ruff-check
4040
args: [ "--fix" ]
@@ -43,7 +43,7 @@ repos:
4343
types_or: [python, pyi, jupyter]
4444

4545
- repo: https://github.com/keewis/blackdoc
46-
rev: v0.4.1
46+
rev: v0.4.3
4747
hooks:
4848
- id: blackdoc
4949
additional_dependencies: ["black==25.1.0"]
@@ -62,7 +62,7 @@ repos:
6262
]
6363

6464
- repo: https://github.com/pre-commit/mirrors-mypy
65-
rev: "v1.16.1"
65+
rev: "v1.18.2"
6666
hooks:
6767
- id: mypy
6868
exclude: "asv_bench"
@@ -78,7 +78,7 @@ repos:
7878
]
7979

8080
- repo: https://github.com/python-jsonschema/check-jsonschema
81-
rev: 0.33.2
81+
rev: 0.34.0
8282
hooks:
8383
- id: check-github-workflows
8484
- id: check-readthedocs

0 commit comments

Comments
 (0)