[Fix] 修复:pylint的代码少了个.
[Mod] 给yapf的代码增加-i参数,好直接生效
This commit is contained in:
parent
242a97a2b2
commit
7a8928f20a
@ -9,8 +9,8 @@ vnpy 2.0
|
|||||||
|
|
||||||
在提交代码的时候,请遵守以下规则,以提高代码质量:
|
在提交代码的时候,请遵守以下规则,以提高代码质量:
|
||||||
|
|
||||||
* 使用[yapf](目前必须使用github上的最新代码:```pip install https://github.com/google/yapf/archive/master.zip```)格式化你的代码。对你的每一个文件运行```yapf --style .style.yapf <file>```即可。
|
* 使用[yapf](目前必须使用github上的最新代码:```pip install https://github.com/google/yapf/archive/master.zip```)格式化你的代码。对你的每一个文件运行```yapf -i --style .style.yapf <file>```即可。
|
||||||
* 使用[pylint]检查你的代码,确保没有error和warning。我们使用的pylint规则在项目根目录下。运行```pylint --rcfile=pylintrc vnpy```即可。
|
* 使用[pylint]检查你的代码,确保没有error和warning。我们使用的pylint规则在项目根目录下。运行```pylint --rcfile=.pylintrc vnpy```即可。
|
||||||
|
|
||||||
[yapf]:https://github.com/google/yapf
|
[yapf]:https://github.com/google/yapf
|
||||||
[pylint]:https://github.com/PyCQA/pylint
|
[pylint]:https://github.com/PyCQA/pylint
|
||||||
|
Loading…
Reference in New Issue
Block a user