Skip to content

Commit 7c51670

Browse files
chore: update pre-commit hooks
updates: - [github.com/rbubley/mirrors-prettier: v3.8.4 → v3.9.1](rbubley/mirrors-prettier@v3.8.4...v3.9.1) - [github.com/astral-sh/ruff-pre-commit: v0.15.17 → v0.15.20](astral-sh/ruff-pre-commit@v0.15.17...v0.15.20) - [github.com/henryiii/validate-pyproject-schema-store: 2026.06.14 → 2026.06.26](henryiii/validate-pyproject-schema-store@2026.06.14...2026.06.26)
1 parent 8f70624 commit 7c51670

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

3535
- repo: https://github.com/rbubley/mirrors-prettier
36-
rev: "v3.8.4"
36+
rev: "v3.9.1"
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.17"
43+
rev: "v0.15.20"
4444
hooks:
4545
# Run the linter
4646
- id: ruff-check
@@ -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.06.14"
81+
rev: "2026.06.26"
8282
hooks:
8383
- id: validate-pyproject
8484

0 commit comments

Comments
 (0)