diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 4eabff1f3..978fe3b6c 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.8 + rev: 0.11.12 hooks: - id: uv-lock priority: 0 @@ -120,7 +120,7 @@ repos: ## Format C++ files with clang-format - repo: https://github.com/pre-commit/mirrors-clang-format - rev: v22.1.4 + rev: v22.1.5 hooks: - id: clang-format types_or: [c++, c, cuda]