Skip to content

Commit 9081672

Browse files
authored
Remove useless copyright pre-commit hook (PaddlePaddle#380)
* remove copyright hook
1 parent da1e79a commit 9081672

File tree

2 files changed

+0
-130
lines changed

2 files changed

+0
-130
lines changed

.copyright.hook

Lines changed: 0 additions & 121 deletions
This file was deleted.

.pre-commit-config.yaml

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -30,12 +30,3 @@
3030
- --show-source
3131
- --statistics
3232
files: \.py$
33-
34-
- repo: local
35-
hooks:
36-
- id: copyright_checker
37-
name: copyright_checker
38-
entry: python ./.copyright.hook
39-
language: system
40-
files: \.(c|cc|cxx|cpp|cu|h|hpp|hxx|proto|py)$
41-
exclude: (?!.*third_party)^.*$

0 commit comments

Comments
 (0)