Skip to content

Commit 36d08c3

Browse files
chore(deps): update pre-commit hook pre-commit/mirrors-clang-format to v20.1.8 (#193)
Co-authored-by: serious-scaffold[bot] <160990600+serious-scaffold[bot]@users.noreply.github.com>
1 parent 2f5a7a0 commit 36d08c3

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.5
137+
rev: v20.1.8
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.5
140+
rev: v20.1.8
141141
hooks:
142142
- id: clang-format
143143
types_or: [c++, c, cuda]

0 commit comments

Comments
 (0)