编程语言
首页 > 编程语言> > Python reorder imports (imports 标准排序)

Python reorder imports (imports 标准排序)

作者:互联网

规范化Python imports(according to PEP8)也是一种良好的开发习惯,具体的说明参考https://www.python.org/dev/peps/pep-0008/。

这个提供一个对python imports 进行排序的工具reorder-python-imports. 安装和使用都比较简单,直接贴link上来https://pypi.org/project/reorder-python-imports/。 可以在提交代码的时候使用这个工具对import lines进行一个规范化的排序。

标签:Python,imports,python,https,排序,reorder
来源: https://www.cnblogs.com/cedrelaliu/p/14120589.html