Skip to content

Commit 20e766a

Browse files
chore: update pre-commit hooks
updates: - [github.com/rbubley/mirrors-prettier: v3.8.3 → v3.8.4](rbubley/mirrors-prettier@v3.8.3...v3.8.4) - [github.com/astral-sh/ruff-pre-commit: v0.15.12 → v0.15.17](astral-sh/ruff-pre-commit@v0.15.12...v0.15.17) - [github.com/pre-commit/mirrors-mypy: v1.20.2 → v2.1.0](pre-commit/mirrors-mypy@v1.20.2...v2.1.0) - [github.com/henryiii/validate-pyproject-schema-store: 2026.04.26 → 2026.06.14](henryiii/validate-pyproject-schema-store@2026.04.26...2026.06.14) - [github.com/python-jsonschema/check-jsonschema: 0.37.2 → 0.37.3](python-jsonschema/check-jsonschema@0.37.2...0.37.3)
1 parent 119c0c7 commit 20e766a

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
@@ -33,14 +33,14 @@ repos:
3333
- id: rst-inline-touching-normal
3434

3535
- repo: https://github.com/rbubley/mirrors-prettier
36-
rev: "v3.8.3"
36+
rev: "v3.8.4"
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.12"
43+
rev: "v0.15.17"
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.2"
52+
rev: "v2.1.0"
5353
hooks:
5454
- id: mypy
5555
files: src|tests
@@ -79,12 +79,12 @@ repos:
7979
exclude: .pre-commit-config.yaml
8080

8181
- repo: https://github.com/henryiii/validate-pyproject-schema-store
82-
rev: "2026.04.26"
82+
rev: "2026.06.14"
8383
hooks:
8484
- id: validate-pyproject
8585

8686
- repo: https://github.com/python-jsonschema/check-jsonschema
87-
rev: "0.37.2"
87+
rev: "0.37.3"
8888
hooks:
8989
- id: check-dependabot
9090
- id: check-github-workflows

0 commit comments

Comments
 (0)