diff options
| author | Dean Troyer <dtroyer@gmail.com> | 2014-06-26 17:06:38 -0500 |
|---|---|---|
| committer | Dean Troyer <dtroyer@gmail.com> | 2014-06-27 09:12:38 -0500 |
| commit | a78d75f290278501b5d8130dc58420952a13e1a1 (patch) | |
| tree | 71d8a88c05dfa2cb418425fe0c28b0065007e999 /tox.ini | |
| parent | 8f59524c3e1ff3f34474d0cfcd217bc9fe0cbfc1 (diff) | |
| download | python-openstackclient-a78d75f290278501b5d8130dc58420952a13e1a1.tar.gz | |
Fix PEP8 H405 errors
Change-Id: Id9ea03e7d88148f84bffe1b18b5b4315e6123012
Diffstat (limited to 'tox.ini')
| -rw-r--r-- | tox.ini | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -28,6 +28,6 @@ commands= python setup.py build_sphinx [flake8] -ignore = E126,E202,W602,H302,H402,E265,H305,H307,H405,H904 +ignore = E126,E202,W602,H302,H402,E265,H305,H307,H904 show-source = True exclude = .venv,.git,.tox,dist,doc,*openstack/common*,*lib/python*,*egg,build,tools |
