summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
authorDirk Mueller <dirk@dmllr.de>2013-06-01 15:49:51 +0200
committerDirk Mueller <dirk@dmllr.de>2013-06-01 15:49:51 +0200
commit67c80558b1419faa1fd648410e5b9c332a0b367b (patch)
treed01007c59fb3f5c45143e1a91267d0cf80d67cb1 /tox.ini
parentdef5df2760b38b1493548722ddd49082f3773c31 (diff)
downloadpython-novaclient-67c80558b1419faa1fd648410e5b9c332a0b367b.tar.gz
Start using Hacking and PyFlakes
Only blacklisting those warnings that are numerous, so that in principle Hacking and PyFlakes warnings are tested. Fix the easy ones alongway. Change-Id: I571f51ebf570ac114509f2dcd71cdce281e7c70a
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 42cbe267..067e2b5c 100644
--- a/tox.ini
+++ b/tox.ini
@@ -24,6 +24,6 @@ commands = python setup.py testr --coverage --testr-args='{posargs}'
downloadcache = ~/cache/pip
[flake8]
-ignore = E12,E711,E721,E712,F,H
+ignore = E12,E711,E721,E712,F841,F811,F821,H302,H306,H402,H403,H404
show-source = True
exclude=.venv,.git,.tox,dist,doc,*openstack/common*,*lib/python*,*egg,build