summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini5
1 files changed, 1 insertions, 4 deletions
diff --git a/tox.ini b/tox.ini
index 20a1e73..a9409af 100644
--- a/tox.ini
+++ b/tox.ini
@@ -36,11 +36,8 @@ commands = python setup.py build_sphinx
commands = python setup.py testr --coverage --testr-args='{posargs}'
[flake8]
-# H305,H307 - fail to detect that oslo.config is an external library
-# H405,E126 - should be fixed
-
show-source = True
-ignore = H305,H307,H405,E126
+ignore = H405
exclude=.venv,.git,.tox,dist,doc,*openstack/common*,*lib/python*,*egg,build
[hacking]