diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index b5b1540a1..db244b959 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -39,7 +39,7 @@ repos: # Clang format - repo: https://github.com/pre-commit/mirrors-clang-format - rev: v20.1.0 + rev: v20.1.3 hooks: - id: clang-format types_or: [c++, c, cuda] @@ -55,7 +55,7 @@ repos: # Ruff, the Python auto-correcting linter/formatter written in Rust - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.11.7 + rev: v0.11.8 hooks: - id: ruff args: ["--fix", "--show-fixes", "--exclude=__init__.py"]