Skip to content

Commit 8255af4

Browse files
ci(pre-commit): auto-update hooks
updates: - [github.com/astral-sh/ruff-pre-commit: 5ba58aca0bd5bc7c0e1c0fc45af2e88d6a2bde83 → fa93bc3224c614a0e9786d3e2d3d48edcca246eb](astral-sh/ruff-pre-commit@5ba58ac...fa93bc3) - [github.com/astral-sh/uv-pre-commit: 5ccbe86b8ad6bd7c28b6944a7553c075ae833637 → 1bd9266921fbea6649150af7a0e9206ab3cd5a63](astral-sh/uv-pre-commit@5ccbe86...1bd9266)
1 parent 0f1bdc5 commit 8255af4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,14 +19,14 @@ repos:
1919
--markdown-linebreak-ext=md
2020
]
2121
- repo: https://github.com/astral-sh/ruff-pre-commit
22-
rev: 5ba58aca0bd5bc7c0e1c0fc45af2e88d6a2bde83 # frozen: v0.14.10
22+
rev: fa93bc3224c614a0e9786d3e2d3d48edcca246eb # frozen: v0.15.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: 5ccbe86b8ad6bd7c28b6944a7553c075ae833637 # frozen: 0.9.21
29+
rev: 1bd9266921fbea6649150af7a0e9206ab3cd5a63 # frozen: 0.10.3
3030
hooks:
3131
- id: uv-lock
3232
ci:

0 commit comments

Comments
 (0)