summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
authorMorgan Fainberg <m@metacloud.com>2013-08-18 20:12:13 -0700
committerGerrit Code Review <review@openstack.org>2013-08-29 22:08:26 +0000
commitd21f73ab28c61b8d2db9f5fc3399714e50fcbc0c (patch)
tree5b4ef53c79ec0cf1eb8d1b0c2dc1ba83764322b0 /tox.ini
parentf719e109dd8deed7e186a6f627f4a845209d9e79 (diff)
downloadpython-keystoneclient-d21f73ab28c61b8d2db9f5fc3399714e50fcbc0c.tar.gz
Fix and enable gating on F811
Fixes duplicate method definitions and enables gating on F811 Change-Id: Ic360e70d13da864b8b5c10fc5e731b3952b2d2e8
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 78df664..c41c8b8 100644
--- a/tox.ini
+++ b/tox.ini
@@ -27,9 +27,8 @@ commands = python setup.py testr --coverage --testr-args='{posargs}'
downloadcache = ~/cache/pip
[flake8]
-# F811: redefinition of unused 'client' from line 81
# F821: undefined name
# H304: no relative imports
-ignore = F811,F821,H304
+ignore = F821,H304
show-source = True
exclude = .venv,.tox,dist,doc,*egg,build