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
@PedanticHacker That's probably the worst indentation to consider "proper". It's diametrically opposed to the way most auto-formatters would re-format that code thus putting this project at odds with them.
I think @asottile's preferred style is fine and worth trying to adjust for
running pycodestyle on this yields:
but interestingly, this indentation is ok if I move the Ellipsis to the next line
I intentionally want to indent the arguments two indents to differentiate between the body of code
The text was updated successfully, but these errors were encountered: