浏览代码

新增 black 库

chenjiandongx 7 年之前
父节点
当前提交
0c7251b3d4
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      README.md

+ 1 - 0
README.md

@@ -884,6 +884,7 @@ Python 实现的数据库。
     *   pylama:Python 和 JavaScript 的代码审查工具。[官网](https://pylama.readthedocs.org/en/latest/)
     *   pylama:Python 和 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)
 
 
 ### 调试工具
 ### 调试工具