You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
I noticed this issue because when I was trying to fix the pre-commit error of #2288, I had to use the upstream hooks repo; otherwise, I wouldn't be able to reformat the Python code.
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?
The text was updated successfully, but these errors were encountered: