From d8bf005235a3f99f538f7f0d19f0c1d47b891e77 Mon Sep 17 00:00:00 2001 From: Sun Austin Date: Wed, 24 Oct 2018 17:17:52 +0800 Subject: [PATCH] force flake8 < 3.6.0 to avoid break current gate the version flake8 3.6.0 will cause below error W504 line break after binary operator W605 invalid escape sequence '\w' F901 'raise NotImplemented' should be 'raise NotImplementedError' Change-Id: If9a8c678aa1b573ec7b4e5ad324ba86c5d90b959 Signed-off-by: Sun Austin Partial-Bug: 1799721 --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index 77a29d1f..59ab01b0 100644 --- a/tox.ini +++ b/tox.ini @@ -126,7 +126,7 @@ skip_install = True deps = hacking flake8-bugbear - flake8 + flake8 < 3.6.0 commands = flake8