소스 검색

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