Merge "pep8: ignore E124 rule"

This commit is contained in:
Zuul 2018-02-01 18:16:32 +00:00 committed by Gerrit Code Review
commit 7228bb5dd9
1 changed files with 1 additions and 1 deletions

View File

@ -50,6 +50,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