Skip to content

Commit 780ed02

Browse files
committed
Remove types_or
1 parent 0c94a0c commit 780ed02

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

.pre-commit-hooks.yaml

-2
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,10 @@
44
entry: clang-format-hook
55
language: python
66
files: \.(h\+\+|h|hh|hxx|hpp|c|cc|cpp|c\+\+|cxx)$
7-
types_or: [c, c++, c#, objective-c]
87

98
- id: clang-tidy
109
name: clang-tidy
1110
description: Automatically install any specific version of clang-tidy and diagnose/fix typical programming errors
1211
entry: clang-tidy-hook
1312
language: python
1413
files: \.(h\+\+|h|hh|hxx|hpp|c|cc|cpp|c\+\+|cxx)$
15-
types_or: [c, c++, c#, objective-c]

0 commit comments

Comments
 (0)