Skip to content

Commit c87c7e5

Browse files
chore(deps): update pre-commit hook pre-commit/mirrors-clang-format to v20.1.7 (#547)
Co-authored-by: serious-scaffold[bot] <160990600+serious-scaffold[bot]@users.noreply.github.com> Co-authored-by: l.feng <43399351+msclock@users.noreply.github.com>
1 parent 3685bd1 commit c87c7e5

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
@@ -91,7 +91,7 @@ repos:
9191

9292
# Clang format the codebase automatically
9393
- repo: https://github.com/pre-commit/mirrors-clang-format
94-
rev: v20.1.5
94+
rev: v20.1.7
9595
hooks:
9696
- id: clang-format
9797
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
@@ -96,7 +96,7 @@ repos:
9696

9797
# Clang format the codebase automatically
9898
- repo: https://github.com/pre-commit/mirrors-clang-format
99-
rev: v20.1.5
99+
rev: v20.1.7
100100
hooks:
101101
- id: clang-format
102102
types_or: [c++, c, cuda]

0 commit comments

Comments
 (0)