Enable H501: do not use locals() for formatting

Change-Id: I8b63c76b50cb3bb74b136678a945df79eb19856e
This commit is contained in:
Luis A. Garcia 2013-11-11 23:14:49 +00:00
parent e99780fe8d
commit 1236af6039
1 changed files with 1 additions and 2 deletions

View File

@ -46,10 +46,9 @@ commands = {posargs}
# H306 imports not in alphabetical order
# H402 one line docstring needs punctuation.
# H404 multi line docstring should start with a summary
# H501 do not use locals() for formatting
# H701 Empty localisation string
# H702 Formatting operation should be outside of localization
# H703 multiple positional placeholders
ignore = E125,E126,E711,E712,F401,F403,F811,F821,F841,H102,H201,H202,H233,H301,H302,H306,H402,H404,H501,H701,H702,H703
ignore = E125,E126,E711,E712,F401,F403,F811,F821,F841,H102,H201,H202,H233,H301,H302,H306,H402,H404,H701,H702,H703
builtins = _
exclude = .venv,.git,.tox,dist,doc,etc,*glance/locale*,*openstack/common*,*lib/python*,*egg,build