Skip to content

Commit 1dc33d8

Browse files
committed
Update pre-commit tools
1 parent 1357c35 commit 1dc33d8

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: v5.0.0
3+
rev: v6.0.0
44
hooks:
55
- id: check-added-large-files
66
args: ["--maxkb=500"]
@@ -28,12 +28,12 @@ repos:
2828
- id: remove-crlf
2929
exclude_types: [binary]
3030
- repo: https://github.com/astral-sh/ruff-pre-commit
31-
rev: v0.12.1
31+
rev: v0.14.0
3232
hooks:
3333
- id: ruff-format
3434
- id: ruff
3535
args: ["--fix", "--show-fixes"]
3636
- repo: https://github.com/python-jsonschema/check-jsonschema
37-
rev: 0.33.1
37+
rev: 0.34.0
3838
hooks:
3939
- id: check-github-workflows

0 commit comments

Comments
 (0)