We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a40f05a commit 9028e31Copy full SHA for 9028e31
.pre-commit-config.yaml
@@ -36,7 +36,7 @@ repos:
36
37
# Clang-format the C++ part of the code base automatically
38
- repo: https://github.com/pre-commit/mirrors-clang-format
39
- rev: "v19.1.1"
+ rev: "v19.1.2"
40
hooks:
41
- id: clang-format
42
types_or: [c++, c, cuda]
0 commit comments