Skip to content

Commit 7202802

Browse files
chore: update pre-commit hooks (#133)
updates: - [github.com/rbubley/mirrors-prettier: v3.8.1 → v3.8.3](rbubley/mirrors-prettier@v3.8.1...v3.8.3) - [github.com/astral-sh/ruff-pre-commit: v0.15.9 → v0.15.12](astral-sh/ruff-pre-commit@v0.15.9...v0.15.12) - [github.com/pre-commit/mirrors-mypy: v1.20.0 → v1.20.2](pre-commit/mirrors-mypy@v1.20.0...v1.20.2) - [github.com/henryiii/validate-pyproject-schema-store: 2026.04.03 → 2026.04.26](henryiii/validate-pyproject-schema-store@2026.04.03...2026.04.26) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent ed96a16 commit 7202802

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.pre-commit-config.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -33,14 +33,14 @@ repos:
3333
- id: rst-inline-touching-normal
3434

3535
- repo: https://github.com/rbubley/mirrors-prettier
36-
rev: "v3.8.1"
36+
rev: "v3.8.3"
3737
hooks:
3838
- id: prettier
3939
types_or: [yaml, markdown, html, css, scss, javascript, json]
4040
args: [--prose-wrap=always]
4141

4242
- repo: https://github.com/astral-sh/ruff-pre-commit
43-
rev: "v0.15.9"
43+
rev: "v0.15.12"
4444
hooks:
4545
- id: ruff-check
4646
args: ["--fix", "--show-fixes"]
@@ -49,7 +49,7 @@ repos:
4949
exclude: ^scripts/python/compare_parquet\.py$
5050

5151
- repo: https://github.com/pre-commit/mirrors-mypy
52-
rev: "v1.20.0"
52+
rev: "v1.20.2"
5353
hooks:
5454
- id: mypy
5555
files: src|tests
@@ -78,7 +78,7 @@ repos:
7878
exclude: .pre-commit-config.yaml
7979

8080
- repo: https://github.com/henryiii/validate-pyproject-schema-store
81-
rev: "2026.04.03"
81+
rev: "2026.04.26"
8282
hooks:
8383
- id: validate-pyproject
8484

0 commit comments

Comments
 (0)