diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 4363dfb90..80874be6f 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -44,7 +44,7 @@ repos: # Clang format - repo: https://github.com/pre-commit/mirrors-clang-format - rev: v22.1.1 + rev: v22.1.5 hooks: - id: clang-format types_or: [c++, c, cuda] @@ -60,7 +60,7 @@ repos: # Ruff, the Python auto-correcting linter/formatter written in Rust - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.15.7 + rev: v0.15.15 hooks: - id: ruff args: ["--fix", "--show-fixes"]