diff options
author | ricolin <rico.l@inwinstack.com> | 2015-11-16 00:59:42 +0800 |
---|---|---|
committer | ricolin <rico.l@inwinstack.com> | 2015-12-01 00:31:31 +0800 |
commit | 3e8d6720c190a10098298aaa2c7c5ed3cdb15536 (patch) | |
tree | a381833539955832d070b965930f54f40536df2e /tox.ini | |
parent | 978eeb39949afa64d9bbbee7ae5799d45e9fd3d8 (diff) | |
download | python-heatclient-3e8d6720c190a10098298aaa2c7c5ed3cdb15536.tar.gz |
Enable pep8 E123 test
Change-Id: Ib22a14c8060f4c78ade64b65988ed989607b04cb
Diffstat (limited to 'tox.ini')
-rw-r--r-- | tox.ini | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -42,7 +42,6 @@ commands= downloadcache = ~/cache/pip [flake8] -ignore = E123 show-source = True exclude=.venv,.git,.tox,dist,*openstack/common*,*lib/python*,*egg,build max-complexity=20 |