Skip to content

Commit 8da3c91

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/astral-sh/ruff-pre-commit: v0.7.2 → v0.8.2](astral-sh/ruff-pre-commit@v0.7.2...v0.8.2) - [github.com/python-jsonschema/check-jsonschema: 0.29.4 → 0.30.0](python-jsonschema/check-jsonschema@0.29.4...0.30.0)
1 parent 1196ff1 commit 8da3c91

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.pre-commit-config.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
repos:
66
- repo: https://github.com/astral-sh/ruff-pre-commit
7-
rev: v0.7.2
7+
rev: v0.8.2
88
hooks:
99
- id: ruff
1010
args: [--fix, --exit-non-zero-on-fix]
@@ -51,7 +51,7 @@ repos:
5151
# 'git diff --staged', i.e. always passes in pre-push/manual stage.
5252
stages: [pre-commit]
5353
- repo: https://github.com/python-jsonschema/check-jsonschema
54-
rev: 0.29.4
54+
rev: 0.30.0
5555
hooks:
5656
- id: check-github-workflows
5757
args: ["--verbose"]

0 commit comments

Comments
 (0)