isort 3.5.0 发布,此版本更新内容如下:
added 'thread' to the known standard library while improving how settings files are merged
no longer requiring the closest settings file to fully define list values
The number of new lines after the imports block is now configurable
the behavior of the 'order_by_type' setting was improved
isort 可自动对 Python 的 import 语句进行排序和分段。可将大量的 import 结构转成非常适合阅读的排版。提供一个命令行工具、Python 库和 Kate 插件。
项目主页:https://github.com/timothycrosley/isort
来自:开源中国社区

