PaddlePaddle / PaddleCloud

PaddlePaddle Docker images and K8s operators for PaddleOCR/Detection developers to use on public/private cloud.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Check Python style

wangkuiyi opened this issue · comments

Currently /.travis.yaml calls https://github.com/PaddlePaddle/cloud/blob/develop/.tools/check_style.sh to check Go programs' style. We should also check Python style.

  1. Add yapf hook to format python code.
  2. Add copyright hook to insert copyright header to the source code.