Skip to content

Commit 5612161

Browse files
[pre-commit.ci] pre-commit autoupdate (#201)
updates: - [github.com/astral-sh/ruff-pre-commit: v0.8.6 → v0.9.1](astral-sh/ruff-pre-commit@v0.8.6...v0.9.1) - [github.com/python-jsonschema/check-jsonschema: 0.30.0 → 0.31.0](python-jsonschema/check-jsonschema@0.30.0...0.31.0) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent f6d4dd7 commit 5612161

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
@@ -21,7 +21,7 @@ repos:
2121
# catch git merge/rebase problems
2222
- id: check-merge-conflict
2323
- repo: https://github.com/astral-sh/ruff-pre-commit
24-
rev: v0.8.6
24+
rev: v0.9.1
2525
hooks:
2626
# lint & attempt to correct failures (e.g. pyupgrade)
2727
- id: ruff
@@ -40,7 +40,7 @@ repos:
4040
# ruamel.yaml doesn't line wrap correctly (?) so set width to 1M to avoid issues
4141
args: [--mapping=2, --offset=2, --sequence=4, --width=1000000, --implicit_start]
4242
- repo: https://github.com/python-jsonschema/check-jsonschema
43-
rev: 0.30.0
43+
rev: 0.31.0
4444
hooks:
4545
# verify github syntaxes
4646
- id: check-github-workflows

0 commit comments

Comments
 (0)