Skip to content

Commit 9e2a5c5

Browse files
chore: update pre-commit hooks (#3)
updates: - [github.com/astral-sh/ruff-pre-commit: v0.5.1 → v0.5.2](astral-sh/ruff-pre-commit@v0.5.1...v0.5.2) - [github.com/python-jsonschema/check-jsonschema: 0.28.6 → 0.29.0](python-jsonschema/check-jsonschema@0.28.6...0.29.0) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent 57c3606 commit 9e2a5c5

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
@@ -40,7 +40,7 @@ repos:
4040
args: [--prose-wrap=always]
4141

4242
- repo: https://github.com/astral-sh/ruff-pre-commit
43-
rev: "v0.5.1"
43+
rev: "v0.5.2"
4444
hooks:
4545
- id: ruff
4646
args: ["--fix", "--show-fixes"]
@@ -80,7 +80,7 @@ repos:
8080
additional_dependencies: ["validate-pyproject-schema-store[all]"]
8181

8282
- repo: https://github.com/python-jsonschema/check-jsonschema
83-
rev: "0.28.6"
83+
rev: "0.29.0"
8484
hooks:
8585
- id: check-dependabot
8686
- id: check-github-workflows

0 commit comments

Comments
 (0)