diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index c791c344..988cdead 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -52,7 +52,7 @@ repos: ## Ensure uv.lock is up to date - repo: https://github.com/astral-sh/uv-pre-commit - rev: 0.11.21 + rev: 0.11.23 hooks: - id: uv-lock priority: 0 @@ -111,7 +111,7 @@ repos: ## Format and lint Python files with ruff - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.15.17 + rev: v0.15.18 hooks: - id: ruff-check require_serial: true