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 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