commit | 5257eb0345dd8a35f0c11076ecd0175af5bbee26 | [log] [tgz] |
---|---|---|
author | James E. Blair <jeblair@openstack.org> | Tue Dec 03 10:19:04 2013 -0800 |
committer | James E. Blair <jeblair@openstack.org> | Tue Dec 03 10:19:04 2013 -0800 |
tree | 93d91640c15edc3382be122ab1eac50770c02a14 | |
parent | b04e7e4efec397ac51ed3b010d238bd4fc8ea3f0 [diff] |
Ignore E125 and H flake8 violations. Change-Id: Ib0d2c8c07abca53f3fdcd0734d571d1f35b41214
diff --git a/tox.ini b/tox.ini index 47067e0..925577c 100644 --- a/tox.ini +++ b/tox.ini
@@ -16,5 +16,7 @@ commands = {posargs} [flake8] +# E125 and H are intentionally ignored +ignore = E125,H show-source = True exclude = .venv,.tox,dist,doc,build,*.egg