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

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

本帖由 漂亮的石头2015-09-20 发布。版面名称:软件资讯

  1. 漂亮的石头

    漂亮的石头 版主 管理成员

    注册:
    2012-02-10
    帖子:
    487,292
    赞:
    47
    isort 4.2.0 发布,此版本更新内容如下:


    • Added option "NOQA" Do not wrap lines, but add a noqa statement at the end


    • Added support for runnning isort recursively, simply with a standalone isort command


    • Added support to run isort library as a module


    • Added compatibility for Python 3.5


    • Fixed performance issue (#338) when running on project with lots of skipped directories


    • Fixed issue #328: extra new can occasionally occur when using alphabetical-only sort


    • Fixed custom sections parsing from config file (unicode string -> list)


    • Updated pylama extension to the correct entry point


    • Skip files even when file_contents is provided if they are explicitly in skip list


    • Removed always showing isort banner, keeping it for when the version is requested, verbose is used, or show_logo setting is set.

    下载:https://github.com/timothycrosley/isort/archive/4.2.0.zip

    isort 可自动对 Python 的 import 语句进行排序和分段。可将大量的 import 结构转成非常适合阅读的排版。提供一个命令行工具、Python 库和 Kate 插件。
    isort 4.2.0 发布,Python 的 import 排序下载地址
     
正在加载...