Skip to content

Commit b2320f1

Browse files
chore: update pre-commit hooks (#33)
updates: - [github.com/astral-sh/ruff-pre-commit: v0.9.7 → v0.9.10](astral-sh/ruff-pre-commit@v0.9.7...v0.9.10) - [github.com/python-jsonschema/check-jsonschema: 0.31.2 → 0.31.3](python-jsonschema/check-jsonschema@0.31.2...0.31.3) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent db3a6b5 commit b2320f1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.pre-commit-config.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ repos:
3939
args: [--prose-wrap=always]
4040

4141
- repo: https://github.com/astral-sh/ruff-pre-commit
42-
rev: "v0.9.7"
42+
rev: "v0.9.10"
4343
hooks:
4444
- id: ruff
4545
args: ["--fix", "--show-fixes"]
@@ -70,7 +70,7 @@ repos:
7070
additional_dependencies: ["validate-pyproject-schema-store[all]"]
7171

7272
- repo: https://github.com/python-jsonschema/check-jsonschema
73-
rev: "0.31.2"
73+
rev: "0.31.3"
7474
hooks:
7575
- id: check-dependabot
7676
- id: check-github-workflows

0 commit comments

Comments
 (0)