Skip to content

Commit f2602f8

Browse files
[pre-commit.ci] pre-commit autoupdate (#548)
<!--pre-commit.ci start--> updates: - [github.com/astral-sh/ruff-pre-commit: v0.11.13 → v0.12.0](astral-sh/ruff-pre-commit@v0.11.13...v0.12.0) - [github.com/sirosen/check-jsonschema: 0.33.0 → 0.33.1](python-jsonschema/check-jsonschema@0.33.0...0.33.1) <!--pre-commit.ci end--> Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent 432f498 commit f2602f8

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
@@ -35,13 +35,13 @@ repos:
3535
args:
3636
- --futures=true
3737
- repo: https://github.com/astral-sh/ruff-pre-commit
38-
rev: v0.11.13
38+
rev: v0.12.0
3939
hooks:
4040
- id: ruff-check
4141
args: [--fix, --exit-non-zero-on-fix]
4242
- id: ruff-format
4343
- repo: https://github.com/sirosen/check-jsonschema
44-
rev: 0.33.0
44+
rev: 0.33.1
4545
hooks:
4646
- id: check-github-actions
4747
- id: check-github-workflows

0 commit comments

Comments
 (0)