Skip to content

Commit 92e96e8

Browse files
committed
Bump pre-commit hooks
1 parent 4a175c1 commit 92e96e8

1 file changed

Lines changed: 3 additions & 4 deletions

File tree

.pre-commit-config.yaml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
repos:
2-
- repo: https://github.com/pre-commit/pre-commit-hooks
3-
rev: v6.0.0
2+
- repo: builtin
43
hooks:
54
- id: check-added-large-files
65
- id: check-yaml
@@ -9,14 +8,14 @@ repos:
98
- id: trailing-whitespace
109

1110
- repo: https://github.com/astral-sh/ruff-pre-commit
12-
rev: v0.15.0
11+
rev: v0.15.2
1312
hooks:
1413
- id: ruff-check
1514
args: [ '--fix' ]
1615
- id: ruff-format
1716

1817
- repo: https://github.com/astral-sh/uv-pre-commit
19-
rev: 0.10.0
18+
rev: 0.10.4
2019
hooks:
2120
- id: uv-lock
2221

0 commit comments

Comments
 (0)