Merge pull request #47 from chenjiandongx/master

新增 black 库
pull/53/head
唐尤华 2018-04-16 11:36:34 +08:00 committed by GitHub
commit 6dbb48ab1a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -884,6 +884,7 @@ Python 实现的数据库。
* pylamaPython 和 JavaScript 的代码审查工具。[官网](https://pylama.readthedocs.org/en/latest/) * pylamaPython 和 JavaScript 的代码审查工具。[官网](https://pylama.readthedocs.org/en/latest/)
* 代码格式化 * 代码格式化
* autopep8自动格式化 Python 代码,以使其符合 PEP8 规范。[官网](https://github.com/hhatto/autopep8) * autopep8自动格式化 Python 代码,以使其符合 PEP8 规范。[官网](https://github.com/hhatto/autopep8)
* black一个坚定的 Python 代码格式化工具。[官网](https://github.com/ambv/black)
### 调试工具 ### 调试工具