Skip to content

Commit 64fe572

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/astral-sh/ruff-pre-commit: v0.7.4 → v0.8.2](astral-sh/ruff-pre-commit@v0.7.4...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 bf388ce commit 64fe572

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ repos:
1414
- id: trailing-whitespace
1515

1616
- repo: https://github.com/astral-sh/ruff-pre-commit
17-
rev: "v0.7.4"
17+
rev: "v0.8.2"
1818
hooks:
1919
- id: ruff
2020
args: [--fix, --show-fixes]
@@ -33,7 +33,7 @@ repos:
3333
additional_dependencies: ["validate-pyproject-schema-store[all]>=2024.10.21"]
3434

3535
- repo: https://github.com/python-jsonschema/check-jsonschema
36-
rev: "0.29.4"
36+
rev: "0.30.0"
3737
hooks:
3838
- id: check-dependabot
3939
- id: check-github-workflows

0 commit comments

Comments
 (0)