Skip to content

Commit 1c95b2a

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/psf/black-pre-commit-mirror: 25.9.0 → 26.1.0](psf/black-pre-commit-mirror@25.9.0...26.1.0) - [github.com/astral-sh/ruff-pre-commit: v0.13.3 → v0.15.4](astral-sh/ruff-pre-commit@v0.13.3...v0.15.4) - [github.com/pre-commit/mirrors-mypy: v1.18.2 → v1.19.1](pre-commit/mirrors-mypy@v1.18.2...v1.19.1) - [github.com/rbubley/mirrors-prettier: v3.6.2 → v3.8.1](rbubley/mirrors-prettier@v3.6.2...v3.8.1) - [github.com/abravalheri/validate-pyproject: v0.24.1 → v0.25](abravalheri/validate-pyproject@v0.24.1...v0.25)
1 parent a796eb3 commit 1c95b2a

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.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.1.0
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.4
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: "v1.19.1"
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.8.1
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)