Enable hacking H233 rule

H233: Check that all occurrences look like print functions, not print
operator.

Change-Id: Ida43c6d68c605f7b6aba32a3aa4155811b888ef2
This commit is contained in:
ZhiQiang Fan
2014-01-23 09:14:16 +08:00
parent 5ad00a7c91
commit db931971a6

View File

@@ -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