From 7f2b68ec34e622555bab80196f35728043f4c799 Mon Sep 17 00:00:00 2001 From: xianming mao Date: Wed, 24 Aug 2016 12:26:17 +0800 Subject: [PATCH] Update flake8 E123, E125 skipped as they are invalid PEP-8. Change-Id: I8ffe3749ba0c318d49cd805e8a05372ed7b37669 --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index fca204a79..cf06baecb 100644 --- a/tox.ini +++ b/tox.ini @@ -30,7 +30,7 @@ commands = python setup.py build_sphinx [flake8] # E123, E125 skipped as they are invalid PEP-8 -ignore = E123,E125 +ignore = show-source = true builtins = _ exclude=.venv*,.git,.tox,dist,doc,*lib/python*,*egg,tools,build