Merge "Update flake8 ignore rules to match Zuul"

This commit is contained in:
Zuul 2020-05-19 21:09:11 +00:00 committed by Gerrit Code Review
commit 60a1f1a729

View File

@ -58,12 +58,12 @@ commands =
commands = {posargs}
[flake8]
# These are ignored intentionally in openstack-infra projects;
# These are ignored intentionally in Zuul projects;
# please don't submit patches that solely correct them or enable them.
# E402 - ansible modules put documentation before imports. Align to ansible.
# W504 - line break after binary operator, we cannot have both
# W503 and W504 enabled
ignore = E125,E129,E402,E741,W504,H
ignore = E124,E125,E129,E252,E402,E741,W503,W504,H
show-source = True
exclude =
.venv,