Skip to content

Commit ea680e1

Browse files
chore: update pre-commit hooks
updates: - [github.com/rbubley/mirrors-prettier: v3.9.4 → v3.9.5](rbubley/mirrors-prettier@v3.9.4...v3.9.5) - [github.com/astral-sh/ruff-pre-commit: v0.15.20 → v0.15.22](astral-sh/ruff-pre-commit@v0.15.20...v0.15.22) - [github.com/codespell-project/codespell: v2.4.2 → v2.4.3](codespell-project/codespell@v2.4.2...v2.4.3) - [github.com/henryiii/validate-pyproject-schema-store: 2026.07.06 → 2026.07.20](henryiii/validate-pyproject-schema-store@2026.07.06...2026.07.20)
1 parent 9e01988 commit ea680e1

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.pre-commit-config.yaml

Lines changed: 4 additions & 4 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.9.4"
36+
rev: "v3.9.5"
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.20"
43+
rev: "v0.15.22"
4444
hooks:
4545
# Run the linter
4646
- id: ruff-check
@@ -59,7 +59,7 @@ repos:
5959
# - pytest
6060

6161
- repo: https://github.com/codespell-project/codespell
62-
rev: "v2.4.2"
62+
rev: "v2.4.3"
6363
hooks:
6464
- id: codespell
6565
args: ["--quiet-level 3"]
@@ -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.07.06"
81+
rev: "2026.07.20"
8282
hooks:
8383
- id: validate-pyproject
8484

0 commit comments

Comments
 (0)