Skip to content

Commit 2cd16ac

Browse files
[pre-commit.ci] pre-commit autoupdate (#820)
updates: - [github.com/astral-sh/ruff-pre-commit: v0.11.12 → v0.12.7](astral-sh/ruff-pre-commit@v0.11.12...v0.12.7) - [github.com/pre-commit/mirrors-mypy: v1.16.0 → v1.17.1](pre-commit/mirrors-mypy@v1.16.0...v1.17.1) - [github.com/rbubley/mirrors-prettier: v3.5.3 → v3.6.2](rbubley/mirrors-prettier@v3.5.3...v3.6.2) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent ea37c42 commit 2cd16ac

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.pre-commit-config.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,13 +16,13 @@ repos:
1616
- id: black
1717

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

2424
- repo: https://github.com/pre-commit/mirrors-mypy
25-
rev: "v1.16.0"
25+
rev: "v1.17.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.5.3
36+
rev: v3.6.2
3737
hooks:
3838
- id: prettier
3939
args: ["--cache-location=.prettier_cache/cache"]

0 commit comments

Comments
 (0)