Remove E123 ignore for pep8 check

Change-Id: I921e17a59d9381409fb2ccd2b84aa3e11502b070
This commit is contained in:
Yang Li 2016-01-20 16:34:51 +08:00
parent 7ef078cb2c
commit 5bdafd7943
1 changed files with 1 additions and 1 deletions

View File

@ -35,7 +35,7 @@ commands = {posargs}
commands = nosetests -v ./astara/test/functional/
[flake8]
ignore = E123,E133,E226,E241,E242,E731
ignore = E133,E226,E241,E242,E731
[testenv:genconfig]
commands = {toxinidir}/tools/generate_config_file_samples.sh