Skip to content

Commit f810750

Browse files
committed
Update pre-commit versions
1 parent 12e0553 commit f810750

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.pre-commit-config.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
repos:
22
- repo: https://github.com/astral-sh/ruff-pre-commit
3-
rev: v0.6.3
3+
rev: v0.12.10
44
hooks:
5-
- id: ruff
5+
- id: ruff-check
66
- id: ruff-format
77

88
- repo: https://github.com/pre-commit/pre-commit-hooks
9-
rev: v4.6.0
9+
rev: v6.0.0
1010
hooks:
1111
- id: check-builtin-literals
1212
- id: check-added-large-files
@@ -19,6 +19,6 @@ repos:
1919
- id: trailing-whitespace
2020

2121
- repo: https://github.com/abravalheri/validate-pyproject
22-
rev: v0.19
22+
rev: v0.24.1
2323
hooks:
2424
- id: validate-pyproject

0 commit comments

Comments
 (0)