summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
authorDirk Mueller <dirk@dmllr.de>2013-06-26 13:47:41 +0200
committerDirk Mueller <dirk@dmllr.de>2013-06-26 13:48:18 +0200
commit4ddb58ce9e609df3c0ac4be555f19643ef0511cc (patch)
tree67b2975f4b2d969ddd5ea06f2082dd4f297b572b /tox.ini
parent9916c8f2733b683d859770d05dacd2c9c82912d7 (diff)
downloadpython-troveclient-4ddb58ce9e609df3c0ac4be555f19643ef0511cc.tar.gz
Start using pyflakes
Instead of globally disabling pyflakes warnings, disable only those that occur frequently and fix the rest. Enable gating on those. Change-Id: I774d809ebcda2339b30c104b031211a3b2c491bd
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini2
1 files changed, 1 insertions, 1 deletions
diff --git a/tox.ini b/tox.ini
index 9332b14..ba425f2 100644
--- a/tox.ini
+++ b/tox.ini
@@ -32,6 +32,6 @@ commands = python setup.py testr --coverage --testr-args='{posargs}'
sphinx-build -b html {toxinidir}/docs/source {envtmpdir}/html
[flake8]
-ignore = E12,F,H
+ignore = E12,F821,F841,H
show-source = True
exclude=.venv,.git,.tox,dist,doc,*lib/python*,*egg,build