diff options
author | Angus Salkeld <asalkeld@redhat.com> | 2013-06-27 13:22:07 +1000 |
---|---|---|
committer | Angus Salkeld <asalkeld@redhat.com> | 2013-06-27 13:22:07 +1000 |
commit | a77fd1348d39cbcc6484c165a098182597048d8c (patch) | |
tree | 06c6eeb3dd23ce1ffe7baa51ee444c69ef7bb15b /tox.ini | |
parent | 2fcd4570f35ed13981e8dc7b7eb7b6cc646e531a (diff) | |
download | python-heatclient-a77fd1348d39cbcc6484c165a098182597048d8c.tar.gz |
Fix all but H302 hacking rules.
Change-Id: Iac329617428b851df42579d5bd0b299d2f6e2c0a
Diffstat (limited to 'tox.ini')
-rw-r--r-- | tox.ini | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -22,6 +22,6 @@ downloadcache = ~/cache/pip [flake8] show-source = True -ignore = H302,H303,H304,H403,H404 +ignore = H302 builtins = _ exclude=.venv,.git,.tox,dist,doc,*openstack/common*,*lib/python*,*egg,build |