Skip to content

Commit 1b4b5f7

Browse files
author
ZivLi
committed
增加代码格式化工具YAPF
1 parent 9cd7df3 commit 1b4b5f7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -864,6 +864,7 @@ Python实现的数据库。
864864
* Lint工具
865865
* Flake8:模块化源码检查工具: pep8, pyflakes 以及 co。[官网](https://pypi.python.org/pypi/flake8)
866866
* Pylint:一个完全可定制的源码分析器。[官网](https://www.pylint.org/)
867+
* YAPF: Google的Python代码格式化工具。[官网](https://github.com/google/yapf)
867868
* pylama:Python 和 JavaScript 的代码审查工具。[官网](https://pylama.readthedocs.org/en/latest/)
868869
* 代码格式化
869870
* autopep8:自动格式化 Python 代码,以使其符合 PEP8 规范。[官网](https://github.com/hhatto/autopep8)

0 commit comments

Comments
 (0)