From db931971a61518f8f10b1eab05c30aa7124c0b27 Mon Sep 17 00:00:00 2001 From: ZhiQiang Fan Date: Thu, 23 Jan 2014 09:14:16 +0800 Subject: [PATCH] Enable hacking H233 rule H233: Check that all occurrences look like print functions, not print operator. Change-Id: Ida43c6d68c605f7b6aba32a3aa4155811b888ef2 --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index 8d82c8a..36ecde0 100644 --- a/tox.ini +++ b/tox.ini @@ -28,6 +28,6 @@ commands = python setup.py testr --coverage --testr-args='{posargs}' commands = {posargs} [flake8] -ignore = H233 +ignore = None show-source = True exclude = .venv,.git,.tox,dist,doc,*openstack/common*,*lib/python*,*egg,build,tools