Skip to content

Commit 14a756e

Browse files
[pre-commit.ci] pre-commit autoupdate (#527)
updates: - [github.com/astral-sh/ruff-pre-commit: v0.9.2 → v0.11.4](astral-sh/ruff-pre-commit@v0.9.2...v0.11.4) - [github.com/python-jsonschema/check-jsonschema: 0.31.0 → 0.32.1](python-jsonschema/check-jsonschema@0.31.0...0.32.1) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent 0d08316 commit 14a756e

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
@@ -18,14 +18,14 @@ repos:
1818
args: [--preserve-quotes]
1919

2020
- repo: https://github.com/astral-sh/ruff-pre-commit
21-
rev: v0.9.2
21+
rev: v0.11.4
2222
hooks:
2323
- id: ruff-format
2424
- id: ruff
2525
args: [--fix, --exit-non-zero-on-fix, --show-fixes]
2626

2727
- repo: https://github.com/python-jsonschema/check-jsonschema
28-
rev: "0.31.0"
28+
rev: "0.32.1"
2929
hooks:
3030
- id: check-dependabot
3131
- id: check-github-workflows

0 commit comments

Comments
 (0)