浏览代码

use flake8 < 3.6.0 to avoid new checks for old source

we won't fix the issues found by recently added style checks in
1.0-maint (they are already fixed in master).
Thomas Waldmann 6 年之前
父节点
当前提交
c3396c8ac7
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      tox.ini

+ 1 - 1
tox.ini

@@ -17,5 +17,5 @@ passenv = *
 
 [testenv:flake8]
 changedir =
-deps = flake8
+deps = flake8<3.6.0
 commands = flake8