diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 071a345c83..6a5aca5686 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -78,7 +78,7 @@ repos: ## Ensure uv lock file is up-to-date - repo: https://github.com/astral-sh/uv-pre-commit - rev: 0.10.10 + rev: 0.10.12 hooks: - id: uv-lock priority: 0 @@ -137,7 +137,7 @@ repos: ## Python linting using ruff - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.15.6 + rev: v0.15.7 hooks: - id: ruff-format priority: 1