Merge "Ignore H803 from Hacking."

This commit is contained in:
Jenkins 2013-10-16 10:12:38 +00:00 committed by Gerrit Code Review
commit 94b3b4b88a
1 changed files with 1 additions and 1 deletions

View File

@ -40,7 +40,7 @@ commands = python setup.py build_sphinx
# H302 import only modules.'bla..' does not import a module
# H306 imports not in alphabetical order
# H404 multi line docstring should start with a summary
ignore = F841,H201,H302,H306,H404
ignore = F841,H201,H302,H306,H404,H803
show-source = true
builtins = _
exclude=.venv,.git,.tox,dist,*openstack/common*,*lib/python*,*egg,tools,build