We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 363da91 commit 1034818Copy full SHA for 1034818
2 files changed
.pre-commit-config.yaml
@@ -82,7 +82,7 @@ repos:
82
83
# Clang format the codebase automatically
84
- repo: https://github.com/pre-commit/mirrors-clang-format
85
- rev: v19.1.7
+ rev: v20.1.0
86
hooks:
87
- id: clang-format
88
types_or: [c++, c, cuda]
template/.pre-commit-config.yaml.jinja
@@ -85,7 +85,7 @@ repos:
89
90
91
0 commit comments