yapf v0.16.3 Release Notes

Release Date: 2017-07-13 // almost 7 years ago
  • ๐Ÿ”„ Changed

    • โž• Add filename information to a ParseError exception. ### ๐Ÿ›  Fixed
    • A token that ends in a continuation marker may have more than one newline in it, thus changing its "lineno" value. This can happen if multiple continuation markers are used with no intervening tokens. Adjust the line number to account for the lines covered by those markers.
    • ๐Ÿ‘‰ Make sure to split after a comment even for "pseudo" parentheses.