Skip to content

Commit 435b3da

Browse files
chore: update pre-commit hooks (#3415)
updates: - [github.com/astral-sh/ruff-pre-commit: v0.9.9 → v0.9.10](astral-sh/ruff-pre-commit@v0.9.9...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 2c1c5e3 commit 435b3da

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
@@ -27,7 +27,7 @@ repos:
2727
additional_dependencies: [pyyaml]
2828

2929
- repo: https://github.com/astral-sh/ruff-pre-commit
30-
rev: v0.9.9
30+
rev: v0.9.10
3131
hooks:
3232
- id: ruff
3333
args: ["--fix", "--show-fixes"]
@@ -62,7 +62,7 @@ repos:
6262
files: ^tests/
6363

6464
- repo: https://github.com/python-jsonschema/check-jsonschema
65-
rev: 0.31.2
65+
rev: 0.31.3
6666
hooks:
6767
- id: check-github-workflows
6868
args: ["--verbose"]

0 commit comments

Comments
 (0)