Enable hacking H233 rule

H233: Python 3.x incompatible use of print operator

Python 3 support is a good feature for OpenStack service client,
and we already have a patch for H233 but still ignore it in hacking check,
we can enable it to avoid introducing such problem again.

Change-Id: I5295ef62eef7a9f6ec7f2b67d6b68dbe2dec7067
ref: https://review.openstack.org/#/c/52841/
This commit is contained in:
ZhiQiang Fan 2014-01-23 09:21:12 +08:00 committed by ZhiQiang Fan
parent 884d5403bc
commit 8567c289e2

View file

@ -26,6 +26,7 @@ downloadcache = ~/cache/pip
[flake8]
show-source = True
ignore = H233,H302
# H302: Do not import objects, only modules
ignore = H302
builtins = _
exclude=.venv,.git,.tox,dist,*openstack/common*,*lib/python*,*egg,build