You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is a duplicate of #21.
Also for your example I think that this is the most common usage:
def response():
if (defined and dirs is _dirs_undefined and
dictionary is _dictionary_undefined):
return to
i.e. adding one more level of indentation than the block content. Same goes for elif ( even if the parenthesis indentation is already different than the block.
yapf formats:
as
pep8 checker gives E129. I also agree with it that this looks misleading.
pyformat thinks the original is correct and leaves it untouched. I would personally have formatted as
but I'm not wedded to that and suspect you like whitespace less than I do. :-)
The text was updated successfully, but these errors were encountered: