浏览代码

Bump isort version.

Omer Katz 7 年之前
父节点
当前提交
a5c09c7479
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      tox.ini

+ 1 - 1
tox.ini

@@ -25,7 +25,7 @@ deps=
     linkcheck,apicheck,configcheck: -r{toxinidir}/requirements/docs.txt
     flake8,flakeplus,pydocstyle: -r{toxinidir}/requirements/pkgutils.txt
     isort-check: -r{toxinidir}/requirements/test-ci-default.txt
-    isort-check: git+https://github.com/timothycrosley/isort.git
+    isort-check: isort>=4.3.1
     bandit: bandit
 sitepackages = False
 recreate = False