From 831eae517a44cbf86cfda52d7d121b2c0f517d39 Mon Sep 17 00:00:00 2001 From: tengqm Date: Mon, 2 Feb 2015 14:52:06 +0800 Subject: [PATCH] Enable E265 and H307 PEP8 checking --- tox.ini | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/tox.ini b/tox.ini index 5128baab2..2cad410d3 100644 --- a/tox.ini +++ b/tox.ini @@ -38,9 +38,7 @@ deps = -r{toxinidir}/requirements.txt commands = python setup.py build_sphinx [flake8] -# E265 block comment should start with '#' -# H307 like imports should be grouped together -ignore = E265,H307 +ignore = show-source = true exclude=.venv,.git,.tox,dist,*openstack/common*,*lib/python*,*egg,tools,build,*senlin/tests* max-complexity=20