Skip to content

Commit e8e5653

Browse files
chore: update pre-commit hooks
updates: - [github.com/astral-sh/ruff-pre-commit: v0.14.2 → v0.14.5](astral-sh/ruff-pre-commit@v0.14.2...v0.14.5) - [github.com/python-jsonschema/check-jsonschema: 0.34.1 → 0.35.0](python-jsonschema/check-jsonschema@0.34.1...0.35.0)
1 parent 6877a55 commit e8e5653

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.14.2"
45+
rev: "v0.14.5"
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.34.1"
86+
rev: "0.35.0"
8787
hooks:
8888
- id: check-dependabot
8989
- id: check-github-workflows

0 commit comments

Comments
 (0)