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

Commit c380b0d

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/pre-commit/pre-commit-hooks: v4.6.0 → v5.0.0](pre-commit/pre-commit-hooks@v4.6.0...v5.0.0) - [github.com/astral-sh/ruff-pre-commit: v0.6.1 → v0.7.4](astral-sh/ruff-pre-commit@v0.6.1...v0.7.4) - [github.com/python-jsonschema/check-jsonschema: 0.29.1 → 0.29.4](python-jsonschema/check-jsonschema@0.29.1...0.29.4)
1 parent aa2b755 commit c380b0d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.pre-commit-config.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
repos:
22
- repo: https://github.com/pre-commit/pre-commit-hooks
3-
rev: v4.6.0
3+
rev: v5.0.0
44
hooks:
55
- id: check-added-large-files
66
- id: check-ast
@@ -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.7.4
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.4
3535
hooks:
3636
- id: check-github-workflows

0 commit comments

Comments
 (0)