diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 061344c75..89e3ccccb 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 @@ -110,7 +110,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 @@ -121,7 +121,7 @@ repos: ## Check Python types with ty - repo: https://github.com/astral-sh/ty-pre-commit - rev: v0.0.49 + rev: v0.0.51 hooks: - id: ty args: [--isolated]