From: Angus Salkeld Date: Mon, 20 May 2013 11:53:14 +0000 (+1000) Subject: PEP: be explicit about what errors are ignored. X-Git-Tag: 2014.1~586 X-Git-Url: https://review.fuel-infra.org/gitweb?a=commitdiff_plain;h=f67dc437f3577ba5b3feb06cdfd14d822766244f;p=openstack-build%2Fheat-build.git PEP: be explicit about what errors are ignored. Change-Id: I362ba16c8a7b645c9befa7fcd4b0942773b0dbce --- diff --git a/tox.ini b/tox.ini index d44b6463..14c607d5 100644 --- a/tox.ini +++ b/tox.ini @@ -22,7 +22,7 @@ commands = python setup.py testr --coverage [flake8] +ignore = H302,H303,H304,H403,H404,F403,F841,H306,H902,H401,H402,H201,H101,H703,H301,H702 show-source = true -ignore = H,F403,F841 builtins = _ exclude=.venv,.git,.tox,dist,doc,*openstack/common*,*lib/python*,*egg,tools,build