Skip to content

Commit f4c9d05

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.14.14](astral-sh/ruff-pre-commit@v0.13.3...v0.14.14) - [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)
1 parent a796eb3 commit f4c9d05

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
@@ -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.14.14
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"]

0 commit comments

Comments
 (0)