diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index a9e81fa..cbc223a 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -9,13 +9,13 @@ repos: # UV: Keep uv.lock in sync - repo: https://github.com/astral-sh/uv-pre-commit - rev: 0.9.26 + rev: 0.10.4 hooks: - id: uv-lock # Ruff: Linting and formatting - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.14.14 + rev: v0.15.2 hooks: - id: ruff args: [--fix]