diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 1c356e6..bfb919b 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -113,7 +113,7 @@ repos: # Python - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.15.7 + rev: v0.15.8 hooks: - id: ruff-check args: [--fix] @@ -150,7 +150,7 @@ repos: args: [src] - repo: https://github.com/astral-sh/uv-pre-commit - rev: 0.10.12 + rev: 0.11.2 hooks: - id: uv-lock