Skip to content

Commit eceb3ee

Browse files
chore(deps): update pre-commit hooks (#370)
updates: - [github.com/astral-sh/ruff-pre-commit: v0.15.8 → v0.15.9](astral-sh/ruff-pre-commit@v0.15.8...v0.15.9) - [github.com/pre-commit/mirrors-mypy: v1.19.1 → v1.20.0](pre-commit/mirrors-mypy@v1.19.1...v1.20.0) - [github.com/henryiii/validate-pyproject-schema-store: 2026.03.29 → 2026.04.03](henryiii/validate-pyproject-schema-store@2026.03.29...2026.04.03) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent 282a2fe commit eceb3ee

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
@@ -11,7 +11,7 @@ repos:
1111
additional_dependencies: [black==24.*]
1212

1313
- repo: https://github.com/astral-sh/ruff-pre-commit
14-
rev: "v0.15.8"
14+
rev: "v0.15.9"
1515
hooks:
1616
- id: ruff-check
1717
args: ["--fix", "--show-fixes"]
@@ -44,7 +44,7 @@ repos:
4444
- id: rst-inline-touching-normal
4545

4646
- repo: https://github.com/pre-commit/mirrors-mypy
47-
rev: v1.19.1
47+
rev: v1.20.0
4848
hooks:
4949
- id: mypy
5050
files: (src|web|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.03.29
81+
rev: 2026.04.03
8282
hooks:
8383
- id: validate-pyproject
8484

0 commit comments

Comments
 (0)