yapf v0.20.2 Release Notes

Release Date: 2018-02-12 // about 6 years ago
  • ๐Ÿ”„ Changed

    • ๐Ÿ‘Œ Improve the speed at which files are excluded by ignoring them earlier.
    • ๐Ÿ‘ Allow dictionaries to stay on a single line if they only have one entry ### ๐Ÿ›  Fixed
    • ๐Ÿ‘‰ Use tabs when constructing a continuation line when USE_TABS is enabled.
    • A dictionary entry may not end in a colon, but may be an "unpacking" operation: **foo. Take that into accound and don't split after the unpacking operator.