Skip to content
This repository was archived by the owner on Jun 16, 2025. It is now read-only.

Commit 36d0551

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/astral-sh/ruff-pre-commit: v0.6.1 → v0.6.8](astral-sh/ruff-pre-commit@v0.6.1...v0.6.8) - [github.com/python-jsonschema/check-jsonschema: 0.29.1 → 0.29.3](python-jsonschema/check-jsonschema@0.29.1...0.29.3)
1 parent aa2b755 commit 36d0551

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
@@ -25,12 +25,12 @@ repos:
2525
hooks:
2626
- id: remove-crlf
2727
- repo: https://github.com/astral-sh/ruff-pre-commit
28-
rev: v0.6.1
28+
rev: v0.6.8
2929
hooks:
3030
- id: ruff-format
3131
- id: ruff
3232
args: ["--fix", "--show-fixes"]
3333
- repo: https://github.com/python-jsonschema/check-jsonschema
34-
rev: 0.29.1
34+
rev: 0.29.3
3535
hooks:
3636
- id: check-github-workflows

0 commit comments

Comments
 (0)