Fix E128 and remove exclusion

Change-Id: I0517c0ed09d7834df763c745936793739e88ef9d
This commit is contained in:
Monty Taylor
2019-12-09 13:21:34 -05:00
parent 2527faec28
commit 72ba76f156
3 changed files with 12 additions and 8 deletions

View File

@@ -49,9 +49,9 @@ commands = {posargs}
# Also, both openstacksdk and Donald Knuth disagree with the rule. Line
# breaks should occur before the binary operator for readability.
# H4 are rules for docstrings. Maybe we should clean them?
# E501,E402,H301,H236,F401,E128 are ignored so we can import the existing
# E501,E402,H301,H236,F401 are ignored so we can import the existing
# modules unchanged and then clean them in subsequent patches.
ignore = W503,H4,E501,E402,H301,H236,F401,E128,W504
ignore = W503,H4,E501,E402,H301,H236,F401,W504
show-source = True
exclude=.venv,.git,.tox,dist,doc,*lib/python*,*egg,build,ansible_collections