yapf v0.8.2 Release Notes

Release Date: 2016-05-21 // almost 8 years ago
  • ๐Ÿ›  Fixed

    • Prefer not to split after the opening of a subscript.
    • Don't add space before the 'await' keyword if it's preceded by an opening paren.
    • When we're setting the split penalty for a continuous list, we don't want to mistake a comment at the end of that list as part of the list.
    • ๐Ÿ‘€ When calculating blank lines, don't assume the last seen object was a class or function when we're in a class or function.
    • Don't count the closing scope when determining if the current scope is the last scope on the line.