diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 9fdf502..a0d93a2 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -19,14 +19,14 @@ repos: - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.12.9 + rev: v0.12.10 hooks: - id: ruff-format - id: ruff-check args: [--fix] - repo: https://github.com/astral-sh/uv-pre-commit - rev: 0.8.11 + rev: 0.8.13 hooks: - id: uv-lock