yutiansut / QUANTAXIS

QUANTAXIS 支持任务调度 分布式部署的 股票/期货/期权 数据/回测/模拟/交易/可视化/多账户 纯本地量化解决方案
https://yutiansut.github.io/QUANTAXIS/
MIT License
8.07k stars 2.95k forks source link

YAPF 格式说明 #959

Open yutiansut opened 5 years ago

yutiansut commented 5 years ago

从 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>
yutiansut commented 5 years ago

已经加入PR要求 https://github.com/QUANTAXIS/QUANTAXIS/commit/f2a602525a79601e34ac153b63d1b7aeacec4fdc

yutiansut commented 5 years ago

https://github.com/QUANTAXIS/QUANTAXIS/pull/960

zsluedem commented 5 years ago

好东西

barretthugh commented 5 years ago

https://google.github.io/styleguide/pyguide.html