From 0c7251b3d472db2c4c371d396ddf4a8e1438e4ad Mon Sep 17 00:00:00 2001 From: chenjiandongx Date: Sun, 15 Apr 2018 21:16:02 +0800 Subject: [PATCH] =?UTF-8?q?=E6=96=B0=E5=A2=9E=20black=20=E5=BA=93?= 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 74ce994..29edc93 100644 --- a/README.md +++ b/README.md @@ -884,6 +884,7 @@ Python 实现的数据库。 * pylama:Python 和 JavaScript 的代码审查工具。[官网](https://pylama.readthedocs.org/en/latest/) * 代码格式化 * autopep8:自动格式化 Python 代码,以使其符合 PEP8 规范。[官网](https://github.com/hhatto/autopep8) + * black:一个坚定的 Python 代码格式化工具。[官网](https://github.com/ambv/black) ### 调试工具