From 7a8928f20a127b175afe899ded2c00abca73ac61 Mon Sep 17 00:00:00 2001 From: nanoric Date: Sun, 13 Jan 2019 00:28:04 -0400 Subject: [PATCH] =?UTF-8?q?[Fix]=20=E4=BF=AE=E5=A4=8D=EF=BC=9Apylint?= =?UTF-8?q?=E7=9A=84=E4=BB=A3=E7=A0=81=E5=B0=91=E4=BA=86=E4=B8=AA.=20[Mod]?= =?UTF-8?q?=20=E7=BB=99yapf=E7=9A=84=E4=BB=A3=E7=A0=81=E5=A2=9E=E5=8A=A0-i?= =?UTF-8?q?=E5=8F=82=E6=95=B0=EF=BC=8C=E5=A5=BD=E7=9B=B4=E6=8E=A5=E7=94=9F?= =?UTF-8?q?=E6=95=88?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Readme.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Readme.md b/Readme.md index 2b8dd00e..73b6e205 100644 --- a/Readme.md +++ b/Readme.md @@ -9,8 +9,8 @@ vnpy 2.0 在提交代码的时候,请遵守以下规则,以提高代码质量: - * 使用[yapf](目前必须使用github上的最新代码:```pip install https://github.com/google/yapf/archive/master.zip```)格式化你的代码。对你的每一个文件运行```yapf --style .style.yapf ```即可。 - * 使用[pylint]检查你的代码,确保没有error和warning。我们使用的pylint规则在项目根目录下。运行```pylint --rcfile=pylintrc vnpy```即可。 + * 使用[yapf](目前必须使用github上的最新代码:```pip install https://github.com/google/yapf/archive/master.zip```)格式化你的代码。对你的每一个文件运行```yapf -i --style .style.yapf ```即可。 + * 使用[pylint]检查你的代码,确保没有error和warning。我们使用的pylint规则在项目根目录下。运行```pylint --rcfile=.pylintrc vnpy```即可。 [yapf]:https://github.com/google/yapf [pylint]:https://github.com/PyCQA/pylint