diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 41a23b9..3f29c33 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -19,7 +19,7 @@ repos: # uv hooks for dependency management - repo: https://github.com/astral-sh/uv-pre-commit - rev: 0.7.5 + rev: 0.7.9 hooks: - id: uv-export @@ -65,7 +65,7 @@ repos: # Ruff for linting and formatting - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.11.10 + rev: v0.11.12 hooks: - id: ruff args: [--fix]