Skip to content

Commit 207322e

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/psf/black-pre-commit-mirror: 25.9.0 → 26.5.1](psf/black-pre-commit-mirror@25.9.0...26.5.1) - [github.com/astral-sh/ruff-pre-commit: v0.13.3 → v0.15.20](astral-sh/ruff-pre-commit@v0.13.3...v0.15.20) - [github.com/pre-commit/mirrors-mypy: v1.18.2 → v2.1.0](pre-commit/mirrors-mypy@v1.18.2...v2.1.0) - [github.com/rbubley/mirrors-prettier: v3.6.2 → v3.9.4](rbubley/mirrors-prettier@v3.6.2...v3.9.4) - [github.com/abravalheri/validate-pyproject: v0.24.1 → v0.25](abravalheri/validate-pyproject@v0.24.1...v0.25)
1 parent a796eb3 commit 207322e

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
@@ -11,18 +11,18 @@ repos:
1111
- id: check-docstring-first
1212

1313
- repo: https://github.com/psf/black-pre-commit-mirror
14-
rev: 25.9.0
14+
rev: 26.5.1
1515
hooks:
1616
- id: black
1717

1818
- repo: https://github.com/astral-sh/ruff-pre-commit
19-
rev: v0.13.3
19+
rev: v0.15.20
2020
hooks:
2121
- id: ruff
2222
args: ["--fix", "--show-fixes"]
2323

2424
- repo: https://github.com/pre-commit/mirrors-mypy
25-
rev: "v1.18.2"
25+
rev: "v2.1.0"
2626
hooks:
2727
- id: mypy
2828
exclude: tests,pangeo_forge_recipes/recipes
@@ -33,7 +33,7 @@ repos:
3333
- id: rstcheck
3434

3535
- repo: https://github.com/rbubley/mirrors-prettier
36-
rev: v3.6.2
36+
rev: v3.9.4
3737
hooks:
3838
- id: prettier
3939
args: ["--cache-location=.prettier_cache/cache"]
@@ -47,6 +47,6 @@ repos:
4747
args: ["--no-schema"]
4848

4949
- repo: https://github.com/abravalheri/validate-pyproject
50-
rev: v0.24.1
50+
rev: v0.25
5151
hooks:
5252
- id: validate-pyproject

0 commit comments

Comments
 (0)