diff options
author | Petr Blaho <petrblaho@gmail.com> | 2014-06-12 15:29:47 +0200 |
---|---|---|
committer | Petr Blaho <petrblaho@gmail.com> | 2014-08-03 17:19:00 +0200 |
commit | 423c17e02bf84dc66b84a7e669563dd4df68cf86 (patch) | |
tree | 75bd593716b23998f3972eec24e930dce83ffdc8 /tox.ini | |
parent | 3cb592775d063df9afdb65e0d59338b31363d089 (diff) | |
download | oslo-db-423c17e02bf84dc66b84a7e669563dd4df68cf86.tar.gz |
Uses keyword params for i18n string to pass H703
Uses keyword params for i18n string to pass H703 check.
Removes H703 from ignore setting in tox.ini.
Change-Id: I7b4f48be739167aed7dcb33a8a70e24adfe02672
Diffstat (limited to 'tox.ini')
-rw-r--r-- | tox.ini | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -45,7 +45,7 @@ commands = # see https://bugs.launchpad.net/hacking/+bug/1329363 show-source = True -ignore = E123,E125,E128,E265,H305,H307,H703,H803,H904 +ignore = E123,E125,E128,E265,H305,H307,H803,H904 builtins = _ exclude=.venv,.git,.tox,dist,doc,*openstack/common*,*lib/python*,*egg,build |