Skip to content

Commit 1034818

Browse files
chore(deps): update pre-commit hook pre-commit/mirrors-clang-format to v20 (#492)
Co-authored-by: serious-scaffold[bot] <160990600+serious-scaffold[bot]@users.noreply.github.com>
1 parent 363da91 commit 1034818

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.pre-commit-config.yaml

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

8383
# Clang format the codebase automatically
8484
- repo: https://github.com/pre-commit/mirrors-clang-format
85-
rev: v19.1.7
85+
rev: v20.1.0
8686
hooks:
8787
- id: clang-format
8888
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
@@ -85,7 +85,7 @@ repos:
8585

8686
# Clang format the codebase automatically
8787
- repo: https://github.com/pre-commit/mirrors-clang-format
88-
rev: v19.1.7
88+
rev: v20.1.0
8989
hooks:
9090
- id: clang-format
9191
types_or: [c++, c, cuda]

0 commit comments

Comments
 (0)