31 lines
1.0 KiB
31 lines
1.0 KiB
- repo: https://github.com/Lucas-C/pre-commit-hooks.git
|
|
sha: v1.0.1
|
|
hooks:
|
|
- id: remove-crlf
|
|
files: (?!.*third_party)^.*$ | (?!.*book)^.*$
|
|
- repo: https://github.com/PaddlePaddle/mirrors-yapf.git
|
|
sha: 0d79c0c469bab64f7229c9aca2b1186ef47f0e37
|
|
hooks:
|
|
- id: yapf
|
|
files: (.*\.(py|bzl)|BUILD|.*\.BUILD|WORKSPACE)$
|
|
- repo: https://github.com/pre-commit/pre-commit-hooks
|
|
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
|
|
- repo: https://github.com/PaddlePaddle/clang-format-pre-commit-hook.git
|
|
sha: 28c0ea8a67a3e2dbbf4822ef44e85b63a0080a29
|
|
hooks:
|
|
- id: clang-formater
|
|
- repo: https://github.com/PaddlePaddle/pre-commit-golang
|
|
sha: 16398aeccf263adaf53b2495eed0406347d76281
|
|
hooks:
|
|
- id: go-fmt
|
|
types: [go]
|
|
- id: gometalinter
|
|
types: [go]
|