Merge "Remove E123 ignore for pep8 check"

This commit is contained in:
Jenkins 2016-01-22 01:32:43 +00:00 committed by Gerrit Code Review
commit 830e30e5b1
1 changed files with 1 additions and 1 deletions

View File

@ -21,7 +21,7 @@ commands = flake8 setup.py astara_router
[flake8]
show-source = True
exclude = .tox,dist,doc,*.egg,build
ignore = E125
ignore =
builtins = _
[testenv:build_image]