From c4ced7f9190ce2b15ed4e9036ccaf343fe73f2bb Mon Sep 17 00:00:00 2001 From: gengchc2 Date: Wed, 28 Sep 2016 10:48:08 +0800 Subject: [PATCH] Update flake8 ignore list In hacking > 0.10.0, there is no E123 and E125, so this commit to delete them. Change-Id: I21ed6315821d3dbf98b03042225251c400147cd4 --- tox.ini | 2 -- 1 file changed, 2 deletions(-) diff --git a/tox.ini b/tox.ini index 33625230b1..51c7b0c10f 100644 --- a/tox.ini +++ b/tox.ini @@ -126,7 +126,5 @@ ignore = D000 [flake8] show-source = True -# E123, E125 skipped as they are invalid PEP-8. -ignore = E123,E125 builtins = _ exclude=.venv,.git,.tox,dist,*lib/python*,*egg,build,*/source/conf.py