Skip to content

Commit 0c94a0c

Browse files
committed
Update hooks description
1 parent bd4de44 commit 0c94a0c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.pre-commit-hooks.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
- id: clang-format
22
name: clang-format
3-
description: formatting C/C++ code with `clang-format`
3+
description: Automatically install any specific version of clang-format and format C/C++ code
44
entry: clang-format-hook
55
language: python
66
files: \.(h\+\+|h|hh|hxx|hpp|c|cc|cpp|c\+\+|cxx)$
77
types_or: [c, c++, c#, objective-c]
88

99
- id: clang-tidy
1010
name: clang-tidy
11-
description: diagnosing and fixing typical programming errors with `clang-tidy`
11+
description: Automatically install any specific version of clang-tidy and diagnose/fix typical programming errors
1212
entry: clang-tidy-hook
1313
language: python
1414
files: \.(h\+\+|h|hh|hxx|hpp|c|cc|cpp|c\+\+|cxx)$

0 commit comments

Comments
 (0)