Skip to content

Commit 6b74162

Browse files
chore: update pre-commit hooks
updates: - [github.com/astral-sh/ruff-pre-commit: v0.11.4 → v0.11.7](astral-sh/ruff-pre-commit@v0.11.4...v0.11.7) - [github.com/python-jsonschema/check-jsonschema: 0.32.1 → 0.33.0](python-jsonschema/check-jsonschema@0.32.1...0.33.0)
1 parent 7cf01be commit 6b74162

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
@@ -42,7 +42,7 @@ repos:
4242
args: [--prose-wrap=always]
4343

4444
- repo: https://github.com/astral-sh/ruff-pre-commit
45-
rev: "v0.11.4"
45+
rev: "v0.11.7"
4646
hooks:
4747
- id: ruff
4848
args: ["--fix", "--show-fixes"]
@@ -83,7 +83,7 @@ repos:
8383
additional_dependencies: ["validate-pyproject-schema-store[all]"]
8484

8585
- repo: https://github.com/python-jsonschema/check-jsonschema
86-
rev: "0.32.1"
86+
rev: "0.33.0"
8787
hooks:
8888
- id: check-dependabot
8989
- id: check-github-workflows

0 commit comments

Comments
 (0)