We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
从 vnpy 2.0项目看到 yapf 觉得不错
qa的 yapf格式也是从vnpy那拿来的 参见 https://github.com/vnpy/vnpy/blob/v2.0-DEV/.style.yapf
使用以下代码来格式化
pip install https://github.com/google/yapf/archive/master.zip yapf -i --style .style.yapf <file>
The text was updated successfully, but these errors were encountered:
已经加入PR要求 f2a6025
Sorry, something went wrong.
#960
好东西
https://google.github.io/styleguide/pyguide.html
yutiansut
zsluedem
barretthugh
No branches or pull requests
从 vnpy 2.0项目看到 yapf 觉得不错
qa的 yapf格式也是从vnpy那拿来的 参见 https://github.com/vnpy/vnpy/blob/v2.0-DEV/.style.yapf
使用以下代码来格式化
The text was updated successfully, but these errors were encountered: