Skip to content

Commit 263f12a

Browse files
[pre-commit.ci] pre-commit autoupdate (#339)
updates: - [github.com/python-jsonschema/check-jsonschema: 0.31.1 → 0.31.2](python-jsonschema/check-jsonschema@0.31.1...0.31.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/rbubley/mirrors-prettier: v3.5.1 → v3.5.2](rbubley/mirrors-prettier@v3.5.1...v3.5.2) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent 11e9d9a commit 263f12a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.pre-commit-config.yaml

+3-3
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ repos:
55
- id: end-of-file-fixer
66
- id: trailing-whitespace
77
- repo: https://github.com/python-jsonschema/check-jsonschema
8-
rev: 0.31.1
8+
rev: 0.31.2
99
hooks:
1010
- id: check-github-workflows
1111
args: ["--verbose"]
@@ -19,13 +19,13 @@ repos:
1919
hooks:
2020
- id: pyproject-fmt
2121
- repo: https://github.com/astral-sh/ruff-pre-commit
22-
rev: "v0.9.6"
22+
rev: "v0.9.7"
2323
hooks:
2424
- id: ruff-format
2525
- id: ruff
2626
args: ["--fix", "--unsafe-fixes", "--exit-non-zero-on-fix"]
2727
- repo: https://github.com/rbubley/mirrors-prettier
28-
rev: "v3.5.1"
28+
rev: "v3.5.2"
2929
hooks:
3030
- id: prettier
3131
args: ["--print-width=120", "--prose-wrap=always"]

0 commit comments

Comments
 (0)