diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 9e9f3f7d..d0cd685f 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -91,7 +91,7 @@ repos: # Clang format the codebase automatically - repo: https://github.com/pre-commit/mirrors-clang-format - rev: v20.1.8 + rev: v21.1.7 hooks: - id: clang-format types_or: [c++, c, cuda] diff --git a/template/.pre-commit-config.yaml.jinja b/template/.pre-commit-config.yaml.jinja index 1386d44a..4d43dd30 100644 --- a/template/.pre-commit-config.yaml.jinja +++ b/template/.pre-commit-config.yaml.jinja @@ -96,7 +96,7 @@ repos: # Clang format the codebase automatically - repo: https://github.com/pre-commit/mirrors-clang-format - rev: v20.1.8 + rev: v21.1.7 hooks: - id: clang-format types_or: [c++, c, cuda]