Skip to content

Commit 9056b3f

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.18 → v0.15.20](astral-sh/ruff-pre-commit@v0.15.18...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 d3ec969 commit 9056b3f

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.18"
43+
rev: "v0.15.20"
4444
hooks:
4545
- id: ruff-check
4646
args: ["--fix", "--show-fixes"]
@@ -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.06.14"
82+
rev: "2026.06.26"
8383
hooks:
8484
- id: validate-pyproject
8585

0 commit comments

Comments
 (0)