Remove flake8 ignore list in tox.ini

H703 doesn't exist in hacking>=0.10.2, so remove it.
Fix E126 violations and remove E126.

Change-Id: I727282e4e7f276318f3cdd50d885941ab8b4ff49
This commit is contained in:
ChangBo Guo(gcb) 2016-02-19 18:52:36 +08:00
parent 14507498c8
commit 54d58a7758
2 changed files with 14 additions and 15 deletions

View File

@ -31,7 +31,6 @@ changedir = doc/source
commands = make html
[flake8]
ignore = E126,H703
show-source = true
builtins = _
exclude=.venv,.git,.tox,dist,doc,*lib/python*,*egg,tools,setup.py