Skip to content

Commit 4beaffe

Browse files
chore: update pre-commit hooks
updates: - [github.com/astral-sh/ruff-pre-commit: v0.15.12 → v0.15.13](astral-sh/ruff-pre-commit@v0.15.12...v0.15.13) - [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.05.18](henryiii/validate-pyproject-schema-store@2026.04.26...2026.05.18)
1 parent 119c0c7 commit 4beaffe

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
@@ -40,7 +40,7 @@ repos:
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.13"
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,7 +79,7 @@ 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.05.18"
8383
hooks:
8484
- id: validate-pyproject
8585

0 commit comments

Comments
 (0)