Use standard pre-commit hooks
Created by: wangkuiyi
In /.pre-commit-config.yaml, we refer to
repo: https://github.com/reyoung/mirrors-yapf.git, which is a fork of https://github.com/pre-commit/mirrors-yapf. The difference is and is only changing the version of yapf
from 0.11.3 to 0.13.2, as shown here.

Is this versioning critical? If not, how about we just use the upstream https://github.com/pre-commit/mirrors-yapf? If it is critical, how about we create a fork under PaddlePaddle?