Skip to content

Commit 7ffb763

Browse files
chore: update pre-commit hooks (#3145)
updates: - [github.com/astral-sh/ruff-pre-commit: v0.4.7 → v0.4.10](astral-sh/ruff-pre-commit@v0.4.7...v0.4.10) - [github.com/python-jsonschema/check-jsonschema: 0.28.4 → 0.28.6](python-jsonschema/check-jsonschema@0.28.4...0.28.6) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent 0b8b5db commit 7ffb763

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

2929
- repo: https://github.com/astral-sh/ruff-pre-commit
30-
rev: v0.4.7
30+
rev: v0.4.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.28.4
65+
rev: 0.28.6
6666
hooks:
6767
- id: check-github-workflows
6868
args: ["--verbose"]

0 commit comments

Comments
 (0)