diff options
author | Petr Blaho <petrblaho@gmail.com> | 2014-06-12 16:07:22 +0200 |
---|---|---|
committer | Petr Blaho <petrblaho@gmail.com> | 2014-08-03 17:19:06 +0200 |
commit | e1dbd31c5b9fbb35ab54340cb8f05404d446b8e1 (patch) | |
tree | dd945d57c570578781f37de10e84aeb42e5dc69b /tox.ini | |
parent | 423c17e02bf84dc66b84a7e669563dd4df68cf86 (diff) | |
download | oslo-db-e1dbd31c5b9fbb35ab54340cb8f05404d446b8e1.tar.gz |
Fixes indentations to pass E128 check.
Fixes indentations to pass E128 check.
Removes E128 from ignore setting in tox.ini.
Change-Id: I92ca574c076b4bd26e424a3b404188601264b5de
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,H803,H904 +ignore = E123,E125,E265,H305,H307,H803,H904 builtins = _ exclude=.venv,.git,.tox,dist,doc,*openstack/common*,*lib/python*,*egg,build |