Skip to content

Commit 2a4de4d

Browse files
committed
Update pre-commit tools
1 parent 7472b2e commit 2a4de4d

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.2
28+
rev: v0.7.1
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.2
34+
rev: 0.29.4
3535
hooks:
3636
- id: check-github-workflows

0 commit comments

Comments
 (0)