Remove E123 ignore for pep8 check

Change-Id: Ib5ef60311d91e22f9c339d72259731948cd7f387
This commit is contained in:
Yang Li 2016-01-20 17:44:54 +08:00
parent c15639cfc8
commit 38aaae89cf
1 changed files with 1 additions and 1 deletions

View File

@ -30,4 +30,4 @@ setenv = NOSE_WITH_COVERAGE=1
commands = {posargs}
[flake8]
ignore = E123,E133,E226,E241,E242,E731
ignore = E133,E226,E241,E242,E731