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 <austin.sun@intel.com>
Partial-Bug: 1799721
This commit is contained in:
Sun Austin 2018-10-24 17:17:52 +08:00 committed by Al Bailey
parent 212deb53c0
commit d8bf005235
1 changed files with 1 additions and 1 deletions

View File

@ -126,7 +126,7 @@ skip_install = True
deps =
hacking
flake8-bugbear
flake8
flake8 < 3.6.0
commands =
flake8