Skip to content

Commit ee1a837

Browse files
committed
fix: change require_serial to true
1 parent 4c2dece commit ee1a837

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.pre-commit-hooks.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,12 @@
44
entry: clang-format-hook
55
language: python
66
files: \.(h\+\+|h|hh|hxx|hpp|c|cc|cpp|c\+\+|cxx)$
7+
require_serial: true
78

89
- id: clang-tidy
910
name: clang-tidy
1011
description: Automatically install any specific version of clang-tidy and diagnose/fix typical programming errors
1112
entry: clang-tidy-hook
1213
language: python
1314
files: \.(h\+\+|h|hh|hxx|hpp|c|cc|cpp|c\+\+|cxx)$
15+
require_serial: true

0 commit comments

Comments
 (0)