From 1b4b5f786eda25f6399839d8d44b280bf57d66de Mon Sep 17 00:00:00 2001 From: ZivLi Date: Fri, 2 Jun 2017 17:37:53 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A2=9E=E5=8A=A0=E4=BB=A3=E7=A0=81=E6=A0=BC?= =?UTF-8?q?=E5=BC=8F=E5=8C=96=E5=B7=A5=E5=85=B7YAPF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 4fa965d..cecd303 100644 --- a/README.md +++ b/README.md @@ -864,6 +864,7 @@ Python实现的数据库。 * Lint工具 * Flake8:模块化源码检查工具: pep8, pyflakes 以及 co。[官网](https://pypi.python.org/pypi/flake8) * Pylint:一个完全可定制的源码分析器。[官网](https://www.pylint.org/) + * YAPF: Google的Python代码格式化工具。[官网](https://github.com/google/yapf) * pylama:Python 和 JavaScript 的代码审查工具。[官网](https://pylama.readthedocs.org/en/latest/) * 代码格式化 * autopep8:自动格式化 Python 代码,以使其符合 PEP8 规范。[官网](https://github.com/hhatto/autopep8)