2
0
Эх сурвалжийг харах

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 жил өмнө
parent
commit
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