Skip to content

Commit a45b6ae

Browse files
chore(deps): update pre-commit hook pre-commit/mirrors-clang-format to v21
1 parent 075018a commit a45b6ae

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ repos:
134134

135135
# Clang format the codebase automatically
136136
- repo: https://github.com/pre-commit/mirrors-clang-format
137-
rev: v20.1.8
137+
rev: v21.1.0
138138
hooks:
139139
- id: clang-format
140140
types_or: [c++, c, cuda]

template/.pre-commit-config.yaml.jinja

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ repos:
137137

138138
# Clang format the codebase automatically
139139
- repo: https://github.com/pre-commit/mirrors-clang-format
140-
rev: v20.1.8
140+
rev: v21.1.0
141141
hooks:
142142
- id: clang-format
143143
types_or: [c++, c, cuda]

0 commit comments

Comments
 (0)