We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4c2dece commit ee1a837Copy full SHA for ee1a837
.pre-commit-hooks.yaml
@@ -4,10 +4,12 @@
4
entry: clang-format-hook
5
language: python
6
files: \.(h\+\+|h|hh|hxx|hpp|c|cc|cpp|c\+\+|cxx)$
7
+ require_serial: true
8
9
- id: clang-tidy
10
name: clang-tidy
11
description: Automatically install any specific version of clang-tidy and diagnose/fix typical programming errors
12
entry: clang-tidy-hook
13
14
15
0 commit comments