commit | af3ef73ccad0e69888b2ce59722ed20695eb6245 | [log] [tgz] |
---|---|---|
author | Jenkins <jenkins@review.openstack.org> | Thu Dec 05 00:18:37 2013 +0000 |
committer | Gerrit Code Review <review@openstack.org> | Thu Dec 05 00:18:37 2013 +0000 |
tree | d3f2c834d2871d9c625717240ec3297b2f3d00a3 | |
parent | ac7623e0adf100ae5bad941b4d841b3b3ee72bad [diff] | |
parent | 5257eb0345dd8a35f0c11076ecd0175af5bbee26 [diff] |
Merge "Ignore E125 and H flake8 violations."
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