yapf v0.6.2 Release Notes

Release Date: 2015-11-01 // over 8 years ago
  • ๐Ÿ”„ Changed

    • ๐Ÿ’… Look at the 'setup.cfg' file to see if it contains style information for YAPF.
    • ๐Ÿ’… Look at the '~/.config/yapf/style' file to see if it contains global style information for YAPF.

    ๐Ÿ›  Fixed

    • ๐Ÿ‘‰ Make lists that can fit on one line more likely to stay together.
    • Correct formatting of 'args' and '*kwargs' when there are default values in the argument list.