1. XenForo 1.5.14 中文版——支持中文搜索!现已发布!查看详情
  2. Xenforo 爱好者讨论群:215909318 XenForo专区

新闻 isort 4.2.4 发布,Python 的 import 排序 下载

本帖由 漂亮的石头2016-03-30 发布。版面名称:软件资讯

  1. 漂亮的石头

    漂亮的石头 版主 管理成员

    注册:
    2012-02-10
    帖子:
    487,576
    赞:
    47
    isort 4.2.4 发布了。

    改进日志:


    • Fixed an issue that caused module that contained functions before doc strings, to incorrectly place imports


    • Fixed regression in how force_alphabetical_sort was being interpretted (issue #409)


    • Fixed stray print statement printing skipped files (issue #411)


    • Added option for forcing imports into a single bucket: no_sections


    • Added option for new lines between import types (from, straight): lines_between_sections



    下载地址:


    isort 可自动对 Python 的 import 语句进行排序和分段。可将大量的 import 结构转成非常适合阅读的排版。提供一个命令行工具、Python 库和 Kate 插件。本次更新主要修复了大量bug。

    [​IMG]
    isort 4.2.4 发布,Python 的 import 排序下载地址
     
正在加载...