Skip to content

Commit 893e928

Browse files
chore: update pre-commit hooks
updates: - [github.com/rbubley/mirrors-prettier: v3.3.3 → v3.4.1](rbubley/mirrors-prettier@v3.3.3...v3.4.1) - [github.com/astral-sh/ruff-pre-commit: v0.7.2 → v0.8.1](astral-sh/ruff-pre-commit@v0.7.2...v0.8.1) - [github.com/henryiii/validate-pyproject-schema-store: 2024.10.21 → 2024.11.25](henryiii/validate-pyproject-schema-store@2024.10.21...2024.11.25) - [github.com/python-jsonschema/check-jsonschema: 0.29.4 → 0.30.0](python-jsonschema/check-jsonschema@0.29.4...0.30.0)
1 parent c0d694c commit 893e928

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.pre-commit-config.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -34,14 +34,14 @@ repos:
3434
- id: rst-inline-touching-normal
3535

3636
- repo: https://github.com/rbubley/mirrors-prettier
37-
rev: "v3.3.3"
37+
rev: "v3.4.1"
3838
hooks:
3939
- id: prettier
4040
types_or: [yaml, markdown, html, css, scss, javascript, json]
4141
args: [--prose-wrap=always]
4242

4343
- repo: https://github.com/astral-sh/ruff-pre-commit
44-
rev: "v0.7.2"
44+
rev: "v0.8.1"
4545
hooks:
4646
- id: ruff
4747
args: ["--fix", "--show-fixes"]
@@ -82,12 +82,12 @@ repos:
8282
exclude: .pre-commit-config.yaml
8383

8484
- repo: https://github.com/henryiii/validate-pyproject-schema-store
85-
rev: "2024.10.21"
85+
rev: "2024.11.25"
8686
hooks:
8787
- id: validate-pyproject
8888

8989
- repo: https://github.com/python-jsonschema/check-jsonschema
90-
rev: "0.29.4"
90+
rev: "0.30.0"
9191
hooks:
9292
- id: check-dependabot
9393
- id: check-github-workflows

0 commit comments

Comments
 (0)