Enable H233 Python 3.x incompatible

Change-Id: If6c6ccea41a37ff893beccff4764ba9e2b8f7a96
This commit is contained in:
Aaron Rosen 2014-11-20 00:40:21 -08:00
parent b5cdbd38fe
commit d51bc206b7
1 changed files with 1 additions and 2 deletions

View File

@ -54,10 +54,9 @@ commands = python setup.py testr --no-parallel --testr-args='test_benchmark {pos
# E122 continuation line missing indentation or outdented
# E113 unexpected indentation
# H301 one import per line
# H233 Python 3.x incompatible
show-source = True
ignore = E125,E126,E128,E129,E251,E713,F402,F811,F812,H237,H305,H307,H401,H402,H404,H405,H904,H231,E122,H301,H233
ignore = E125,E126,E128,E129,E251,E713,F402,F811,F812,H237,H305,H307,H401,H402,H404,H405,H904,H231,E122,H301,
builtins = _
exclude=.venv,.git,.tox,dist,doc,*openstack/common*,*lib/python*,*egg,build,*thirdparty/*,CongressLexer.py,CongressParser.py