diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 9f4e7864..eb3685f4 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -26,7 +26,7 @@ repos: - id: debug-statements - repo: https://github.com/pre-commit/mirrors-clang-format - rev: v19.1.6 + rev: v19.1.7 hooks: - id: clang-format types_or: [c++, c, cuda] @@ -87,7 +87,7 @@ repos: exclude: .pre-commit-config.yaml - repo: https://github.com/codespell-project/codespell - rev: v2.3.0 + rev: v2.4.0 hooks: - id: codespell - args: ["-L", "atleast,ans,doub,inout,AtMost"] + args: ["-L", "atleast,ans,doub,inout,AtMost,hep"]