Skip to content

Commit 89e543e

Browse files
chore: update pre-commit hooks (#25)
updates: - [github.com/astral-sh/ruff-pre-commit: v0.6.1 → v0.6.2](astral-sh/ruff-pre-commit@v0.6.1...v0.6.2) - [github.com/python-jsonschema/check-jsonschema: 0.29.1 → 0.29.2](python-jsonschema/check-jsonschema@0.29.1...0.29.2) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent 9a7fff6 commit 89e543e

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

4343
- repo: https://github.com/astral-sh/ruff-pre-commit
44-
rev: "v0.6.1"
44+
rev: "v0.6.2"
4545
hooks:
4646
- id: ruff
4747
args: ["--fix", "--show-fixes"]
@@ -81,7 +81,7 @@ repos:
8181
additional_dependencies: ["validate-pyproject-schema-store[all]"]
8282

8383
- repo: https://github.com/python-jsonschema/check-jsonschema
84-
rev: "0.29.1"
84+
rev: "0.29.2"
8585
hooks:
8686
- id: check-dependabot
8787
- id: check-github-workflows

0 commit comments

Comments
 (0)