Browse Source

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 năm trước cách đây
mục cha
commit
c3396c8ac7
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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