summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
authorDavanum Srinivas <davanum@gmail.com>2015-08-07 22:12:36 -0400
committerDavanum Srinivas (dims) <davanum@gmail.com>2015-08-08 11:37:30 +0000
commitca1a4c217a9af3354f6a808c4ba3c02bee28cb15 (patch)
tree829e6b8f142c6a3ecd000faebe341af3814e1dbe /tox.ini
parent4ff6635921ea65a650df2c2ee116052b91cd9bd5 (diff)
downloadoslo-concurrency-ca1a4c217a9af3354f6a808c4ba3c02bee28cb15.tar.gz
flake8 - remove unused rules
Change-Id: Icbf1ddd8d9d6c8b24a9938f3d31a59ea70360074
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]