Merge pull request #13 from cissoid/master

Add autopep8.
This commit is contained in:
tangyouhua
2016-07-26 20:16:32 +08:00
committed by GitHub

View File

@ -859,6 +859,8 @@ Python实现的数据库。
* Flake8模块化源码检查工具: pep8, pyflakes 以及 co。[官网](https://pypi.python.org/pypi/flake8) * Flake8模块化源码检查工具: pep8, pyflakes 以及 co。[官网](https://pypi.python.org/pypi/flake8)
* Pylint一个完全可定制的源码分析器。[官网](https://www.pylint.org/) * Pylint一个完全可定制的源码分析器。[官网](https://www.pylint.org/)
* pylamaPython 和 JavaScript 的代码审查工具。[官网](https://pylama.readthedocs.org/en/latest/) * pylamaPython 和 JavaScript 的代码审查工具。[官网](https://pylama.readthedocs.org/en/latest/)
* 代码格式化
* autopep8自动格式化 Python 代码,以使其符合 PEP8 规范。[官网](https://github.com/hhatto/autopep8)
### Debugging Tools ### Debugging Tools