From f67dc437f3577ba5b3feb06cdfd14d822766244f Mon Sep 17 00:00:00 2001 From: Angus Salkeld Date: Mon, 20 May 2013 21:53:14 +1000 Subject: [PATCH] PEP: be explicit about what errors are ignored. Change-Id: I362ba16c8a7b645c9befa7fcd4b0942773b0dbce --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.45.2