summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
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 b3e1d5d..49586a5 100644
--- a/tox.ini
+++ b/tox.ini
@@ -31,12 +31,11 @@ downloadcache = ~/cache/pip
commands = oslo_debug_helper -t keystoneclient/tests {posargs}
[flake8]
-# F821: undefined name
# H304: no relative imports
# H405: multi line docstring summary not separated with an empty line
# E122: continuation line missing indentation or outdented
# New from hacking 0.10: H238
-ignore = F821,H238,H304,H405,E122
+ignore = H238,H304,H405,E122
show-source = True
exclude = .venv,.tox,dist,doc,*egg,build,*openstack/common*