Skip to content

Commit 8011586

Browse files
ci(pre-commit): auto-update hooks
updates: - [github.com/astral-sh/ruff-pre-commit: 5ba58aca0bd5bc7c0e1c0fc45af2e88d6a2bde83 → 45ef068da5f21267bb2a7ec4a623092959f09ce5](astral-sh/ruff-pre-commit@5ba58ac...45ef068) - [github.com/astral-sh/uv-pre-commit: 5ccbe86b8ad6bd7c28b6944a7553c075ae833637 → 5419f5b504dd5329d26fdf936719cb3b08b3eadf](astral-sh/uv-pre-commit@5ccbe86...5419f5b)
1 parent 0f1bdc5 commit 8011586

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.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: 45ef068da5f21267bb2a7ec4a623092959f09ce5 # frozen: v0.14.14
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: 5419f5b504dd5329d26fdf936719cb3b08b3eadf # frozen: 0.9.28
3030
hooks:
3131
- id: uv-lock
3232
ci:

0 commit comments

Comments
 (0)