diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index cc46703..20e0c6a 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -32,7 +32,7 @@ repos: # Handling unwanted unicode characters - repo: https://github.com/sirosen/texthooks - rev: "0.6.7" + rev: "0.6.8" hooks: - id: fix-ligatures - id: fix-smartquotes @@ -46,7 +46,7 @@ repos: # Clang-format the C++ part of the code base automatically - repo: https://github.com/pre-commit/mirrors-clang-format - rev: "v19.1.1" + rev: "v19.1.6" hooks: - id: clang-format types_or: [c++, c, cuda]