forked from PaddlePaddle/Paddle
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request PaddlePaddle#2081 from PaddlePaddle/release/0.10.0
Release/0.10.0
- Loading branch information
Showing
1,305 changed files
with
67,651 additions
and
25,544 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
*.DS_Store | ||
build/ | ||
*.user | ||
.vscode | ||
.idea | ||
.project | ||
.cproject | ||
.pydevproject | ||
Makefile | ||
.test_env/ | ||
third_party/ | ||
*~ | ||
bazel-* | ||
|
||
!build/*.deb |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,18 @@ | ||
*.DS_Store | ||
build/ | ||
build_doc/ | ||
*.user | ||
|
||
.vscode | ||
.idea | ||
.project | ||
.cproject | ||
.pydevproject | ||
.settings/ | ||
Makefile | ||
.test_env/ | ||
third_party/ | ||
|
||
*~ | ||
bazel-* | ||
third_party/ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,24 +1,23 @@ | ||
- repo: https://github.com/Lucas-C/pre-commit-hooks.git | ||
sha: c25201a00e6b0514370501050cf2a8538ac12270 | ||
sha: v1.0.1 | ||
hooks: | ||
- id: remove-crlf | ||
files: (?!.*third_party)^.*$ | (?!.*book)^.*$ | ||
- repo: https://github.com/reyoung/mirrors-yapf.git | ||
sha: v0.13.2 | ||
hooks: | ||
- id: yapf | ||
files: (.*\.(py|bzl)|BUILD|.*\.BUILD|WORKSPACE)$ | ||
- repo: https://github.com/pre-commit/pre-commit-hooks | ||
sha: 4ef03c4223ad322c7adaa6c6c0efb26b57df3b71 | ||
sha: 5bf6c09bfa1297d3692cadd621ef95f1284e33c0 | ||
hooks: | ||
- id: check-added-large-files | ||
- id: check-merge-conflict | ||
- id: check-symlinks | ||
- id: detect-private-key | ||
files: (?!.*third_party)^.*$ | (?!.*book)^.*$ | ||
- id: end-of-file-fixer | ||
# TODO(yuyang): trailing whitespace has some bugs on markdown | ||
# files now, please not add it to pre-commit hook now | ||
# - id: trailing-whitespace | ||
# | ||
# TODO(yuyang): debug-statements not fit for Paddle, because | ||
# not all of our python code is runnable. Some are used for | ||
# documenation | ||
# - id: debug-statements | ||
- repo: https://github.com/PaddlePaddle/clang-format-pre-commit-hook.git | ||
sha: 28c0ea8a67a3e2dbbf4822ef44e85b63a0080a29 | ||
hooks: | ||
- id: clang-formater |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.