diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 45c5af7..8d3933d 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.13 + rev: 0.9.21 hooks: - id: uv-lock # Ruff: Linting and formatting - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.14.7 + rev: v0.14.10 hooks: - id: ruff args: [--fix]