summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
authorAlex Gaynor <alex.gaynor@gmail.com>2013-07-27 09:04:22 -0700
committerAlex Gaynor <alex.gaynor@gmail.com>2013-07-29 15:26:56 -0700
commit25afe4574c6f07e966d0d5afdc5c89e65432e3b6 (patch)
treee3459c98fd55fb282bba413f00f6e28d162af938 /tox.ini
parent4d98d7e55da938757d0d64776eb53edf29bc08f0 (diff)
downloadnova-25afe4574c6f07e966d0d5afdc5c89e65432e3b6.tar.gz
Enabled hacking check for Python3 compatible print (H233)
Also fixed all violators of this check. Change-Id: Id87ff6f44ab76fc59b18d5da739df475400e1259
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini3
1 files changed, 1 insertions, 2 deletions
diff --git a/tox.ini b/tox.ini
index b247e45ea9..4bbc1d03b5 100644
--- a/tox.ini
+++ b/tox.ini
@@ -43,10 +43,9 @@ commands = {posargs}
[flake8]
# TODO Hacking 0.6 checks to fix
# H102 Apache 2.0 license header not found
-# H233 Python 3.x incompatible use of print operator
# H501 Do not use locals() for string formatting
-ignore = E121,E122,E123,E124,E126,E127,E128,E711,E712,H102,H233,H302,H303,H404,F403,H501,F811,F841,N309
+ignore = E121,E122,E123,E124,E126,E127,E128,E711,E712,H102,H302,H303,H404,F403,H501,F811,F841,N309
exclude = .venv,.git,.tox,dist,doc,*openstack/common*,*lib/python*,*egg,build,*plugins/xenserver*,tools
[hacking]