Explorar o código

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 %!s(int64=6) %!d(string=hai) anos
pai
achega
c3396c8ac7
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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