Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -98,13 +98,13 @@ repos:
priority: 8

- repo: https://github.com/astral-sh/uv-pre-commit
rev: 0.11.7
rev: 0.11.8
hooks:
- id: uv-lock
priority: 9

- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.15.11
rev: v0.15.12
hooks:
- id: ruff-format
priority: 9
Expand Down
Loading