From e2493ca6a3568e5a3339d7d3bc60a7aea5b4ba64 Mon Sep 17 00:00:00 2001 From: jiansong Date: Fri, 12 Aug 2016 04:28:05 -0700 Subject: [PATCH] Flake8 update In hacking > 0.10.0, there is no E123 and E125, so this commit to delete them. [1]:https://github.com/openstack-dev/hacking/blob/master/setup.cfg Change-Id: I0b073bb9670fe61d08755e6731c81b3ddc60d008 --- tox.ini | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/tox.ini b/tox.ini index df6a15f..aafe228 100644 --- a/tox.ini +++ b/tox.ini @@ -47,8 +47,7 @@ commands = sphinx-build -a -E -W -d releasenotes/build/doctrees -b html releasen [flake8] show-source = True -# E123, E125 skipped as they are invalid PEP-8. # H405 multi line docstring summary not separated with an empty line -ignore = E123,E125,H405 +ignore = H405 builtins = _ exclude=.venv,.git,.tox,dist,doc,*lib/python*,*egg,build,.ropeproject,tools,releasenotes