summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
authorSteve Martinelli <stevemar@ca.ibm.com>2015-02-06 01:40:11 -0500
committerSteve Martinelli <stevemar@ca.ibm.com>2015-02-06 06:54:57 +0000
commitc7425da06f391e4f6235e6ac3e21bccb35d4ced3 (patch)
treeaad1f3e74a4299a1bee2115b0c6e9ccd863bd030 /tox.ini
parentc91842de47b3424a685adc57b4bded7b5b617dba (diff)
downloadoslo-policy-c7425da06f391e4f6235e6ac3e21bccb35d4ced3.tar.gz
Upgrade hacking to >=0.10.0
The current version of hacking is very old; upgrade hacking and fix any minor errors that were uncovered. Change-Id: Iabf38881b6030dce903c8e74670bfd6e5eabbc20
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini3
1 files changed, 1 insertions, 2 deletions
diff --git a/tox.ini b/tox.ini
index c46cd3b..fc82115 100644
--- a/tox.ini
+++ b/tox.ini
@@ -30,10 +30,9 @@ commands = python setup.py testr --coverage
[flake8]
# H803 skipped on purpose per list discussion.
-# E123, E125 skipped as they are invalid PEP-8.
show-source = True
-ignore = E123,E125,H803
+ignore = H803
builtins = _
exclude=.venv,.git,.tox,dist,doc,*openstack/common*,*lib/python*,*egg,build