From 85e9b58e9b638bc49679d2c7460dd1db7f39f48a Mon Sep 17 00:00:00 2001 From: ZhijunWei Date: Fri, 28 Dec 2018 23:04:07 +0800 Subject: Update hacking version 1. update hacking version to latest 2. fix the pep8 failed Change-Id: I484a40fe3cb868d223a807edcd3e20f5e0ebdf4e --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tox.ini') diff --git a/tox.ini b/tox.ini index 50896682..0e6b4bbe 100644 --- a/tox.ini +++ b/tox.ini @@ -93,7 +93,7 @@ commands = # Following checks are ignored on purpose. # # Additional checks are also ignored on purpose: F811, F821 -ignore = F811,F821,H404,H405 +ignore = E731,F811,F821,H404,H405 show-source = True exclude=.venv,.git,.tox,dist,*lib/python*,*egg,build,doc/source/conf.py,releasenotes -- cgit v1.2.1