File tree Expand file tree Collapse file tree 2 files changed +6
-3
lines changed Expand file tree Collapse file tree 2 files changed +6
-3
lines changed Original file line number Diff line number Diff line change
1
+ [submodule "book "]
2
+ path = book
3
+ url = https://github.com/PaddlePaddle/book.git
Original file line number Diff line number Diff line change 2
2
sha : c25201a00e6b0514370501050cf2a8538ac12270
3
3
hooks :
4
4
- id : remove-crlf
5
- files : (?!.*third_party)^.*$
5
+ files : (?!.*third_party)^.*$ | (?!.*book)^.*$
6
6
- repo : https://github.com/reyoung/mirrors-yapf.git
7
7
sha : v0.13.2
8
8
hooks :
9
9
- id : yapf
10
- files : (.*\.(py|bzl)|BUILD|.*\.BUILD|WORKSPACE)$ # Bazel BUILD files follow Python syntax.
10
+ files : (.*\.(py|bzl)|BUILD|.*\.BUILD|WORKSPACE)$
11
11
- repo : https://github.com/pre-commit/pre-commit-hooks
12
12
sha : 7539d8bd1a00a3c1bfd34cdb606d3a6372e83469
13
13
hooks :
14
14
- id : check-added-large-files
15
15
- id : check-merge-conflict
16
16
- id : check-symlinks
17
17
- id : detect-private-key
18
- files : (?!.*third_party)^.*$
18
+ files : (?!.*third_party)^.*$ | (?!.*book)^.*$
19
19
- id : end-of-file-fixer
20
20
- repo : https://github.com/PaddlePaddle/clang-format-pre-commit-hook.git
21
21
sha : 28c0ea8a67a3e2dbbf4822ef44e85b63a0080a29
You can’t perform that action at this time.
0 commit comments