diff options
author | Davanum Srinivas <dims@linux.vnet.ibm.com> | 2014-07-09 17:00:21 -0400 |
---|---|---|
committer | Davanum Srinivas (dims) <davanum@gmail.com> | 2014-07-15 01:13:26 +0000 |
commit | f3dc6eefe78463047f63c138cff62c664c21a971 (patch) | |
tree | 4f0820a4ae4b0e123a7bf015db82017845dd52c2 /tox.ini | |
parent | 35abfd1d08582df164e66b3bc3b2d180bc2301b2 (diff) | |
download | nova-f3dc6eefe78463047f63c138cff62c664c21a971.tar.gz |
Fix and gate on H305 and H307
Both H305 and H307 are part of the OpenStack style guide.
Ensure that there are 3 groups of imports, stdlib,
third-party and project specific. Within each category
ensure that imports are in alphabetical order.
Change-Id: Id4994551c135c3c1a4982153f0c6cacba6176b95
Diffstat (limited to 'tox.ini')
-rw-r--r-- | tox.ini | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -61,7 +61,7 @@ sitepackages = False # Stricter in hacking 0.9: F402 # E251 Skipped due to https://github.com/jcrocholl/pep8/issues/301 -ignore = E121,E122,E123,E124,E125,E129,E126,E127,E128,E131,E251,E265,E711,E712,E713,F402,H305,H307,H405,H803,H904 +ignore = E121,E122,E123,E124,E125,E129,E126,E127,E128,E131,E251,E265,E711,E712,E713,F402,H405,H803,H904 exclude = .venv,.git,.tox,dist,doc,*openstack/common*,*lib/python*,*egg,build,tools [hacking] |