Skip to content

Commit 9e1966d

Browse files
chore: update pre-commit hooks (#91)
updates: - [github.com/rbubley/mirrors-prettier: v3.5.1 → v3.5.2](rbubley/mirrors-prettier@v3.5.1...v3.5.2) - [github.com/astral-sh/ruff-pre-commit: v0.9.6 → v0.9.7](astral-sh/ruff-pre-commit@v0.9.6...v0.9.7) - [github.com/python-jsonschema/check-jsonschema: 0.31.1 → 0.31.2](python-jsonschema/check-jsonschema@0.31.1...0.31.2) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent 237842b commit 9e1966d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.pre-commit-config.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,14 +27,14 @@ repos:
2727
- id: rst-inline-touching-normal
2828

2929
- repo: https://github.com/rbubley/mirrors-prettier
30-
rev: "v3.5.1"
30+
rev: "v3.5.2"
3131
hooks:
3232
- id: prettier
3333
types_or: [yaml, markdown, html, css, scss, javascript, json]
3434
args: [--prose-wrap=always]
3535

3636
- repo: https://github.com/astral-sh/ruff-pre-commit
37-
rev: v0.9.6
37+
rev: v0.9.7
3838
hooks:
3939
- id: ruff
4040
args: ["--fix", "--show-fixes"]
@@ -81,7 +81,7 @@ repos:
8181
exclude: .pre-commit-config.yaml
8282

8383
- repo: https://github.com/python-jsonschema/check-jsonschema
84-
rev: 0.31.1
84+
rev: 0.31.2
8585
hooks:
8686
- id: check-dependabot
8787
- id: check-github-workflows

0 commit comments

Comments
 (0)