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 c413c46 commit c660b47Copy full SHA for c660b47
.pre-commit-config.yaml
@@ -23,7 +23,7 @@ repos:
23
- id: clang-format-with-version-check
24
name: clang-format
25
description: Format files with ClangFormat.
26
- entry: bash ./.clang_format.hook -i
+ entry: bash ./tools/codestyle/clang_format.hook -i
27
language: system
28
files: \.(c|cc|cxx|cpp|cu|h|hpp|hxx|proto)$
29
- repo: local
@@ -52,7 +52,7 @@ repos:
52
hooks:
53
- id: copyright_checker
54
name: copyright_checker
55
- entry: python ./.copyright.hook
+ entry: python ./tools/codestyle/copyright.hook
56
57
files: \.(c|cc|cxx|cpp|cu|h|hpp|hxx|proto|py)$
58
exclude: (?!.*third_party)^.*$ | (?!.*book)^.*$
.clang_format.hook renamed to tools/codestyle/clang_format.hook
.copyright.hook renamed to tools/codestyle/copyright.hook
0 commit comments