pep8: ignore E124 rule

This change import last code syntax rule from nodepool

Change-Id: I9d06825dc789e1a595490fb0cc5a0d6d6338247c
This commit is contained in:
Tristan Cacqueray 2018-01-17 02:24:34 +00:00
parent 00c67aa5f2
commit 862d6850f7
1 changed files with 1 additions and 1 deletions

View File

@ -49,6 +49,6 @@ commands = python setup.py test --slowest --testr-args='--concurrency=1 {posargs
[flake8]
# These are ignored intentionally in openstack-infra projects;
# please don't submit patches that solely correct them or enable them.
ignore = E125,E129,E402,E741,H,W503
ignore = E124,E125,E129,E402,E741,H,W503
show-source = True
exclude = .venv,.tox,dist,doc,build,*.egg