Skip to content

Commit 51b63c8

Browse files
ci(pre-commit): auto-update hooks
updates: - [github.com/pre-commit/pre-commit-hooks: cef0300fd0fc4d2a87a85fa2093c6b283ea36f4b → 3e8a8703264a2f4a69428a0aa4dcb512790b2c8c](pre-commit/pre-commit-hooks@cef0300...3e8a870) - [github.com/astral-sh/ruff-pre-commit: 4cbc74d53fe5634e58e0e65db7d28939c9cec3f7 → 3b4bc031619cde2e0a9f3c4441ac7cc8227245a4](astral-sh/ruff-pre-commit@4cbc74d...3b4bc03) - [github.com/astral-sh/uv-pre-commit: 9eb8a5492241b44a52c8a0c9612cd46cbc69fb01 → 34caa24c9623d336f140bafe8c7f3d341e02f5c8](astral-sh/uv-pre-commit@9eb8a54...34caa24)
1 parent c96a9a0 commit 51b63c8

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: cef0300fd0fc4d2a87a85fa2093c6b283ea36f4b # frozen: v5.0.0
3+
rev: 3e8a8703264a2f4a69428a0aa4dcb512790b2c8c # frozen: v6.0.0
44
hooks:
55
- id: check-added-large-files
66
- id: check-ast
@@ -19,14 +19,14 @@ repos:
1919
--markdown-linebreak-ext=md
2020
]
2121
- repo: https://github.com/astral-sh/ruff-pre-commit
22-
rev: 4cbc74d53fe5634e58e0e65db7d28939c9cec3f7 # frozen: v0.12.7
22+
rev: 3b4bc031619cde2e0a9f3c4441ac7cc8227245a4 # frozen: v0.14.1
2323
hooks:
2424
- id: ruff-check
2525
args:
2626
- --fix
2727
- id: ruff-format
2828
- repo: https://github.com/astral-sh/uv-pre-commit
29-
rev: 9eb8a5492241b44a52c8a0c9612cd46cbc69fb01 # frozen: 0.8.4
29+
rev: 34caa24c9623d336f140bafe8c7f3d341e02f5c8 # frozen: 0.9.4
3030
hooks:
3131
- id: uv-lock
3232
ci:

0 commit comments

Comments
 (0)