yapf v0.20.1 Release Notes

Release Date: 2018-01-13 // over 6 years ago
  • ๐Ÿ›  Fixed

    • Don't treat 'None' as a keyword if calling a function on it, like 'ne()'.
    • ๐Ÿ‘‰ use_tabs=True always uses a single tab per indentation level; spaces are used for aligning vertically after that.
    • ๐Ÿ˜Œ Relax the split of a paren at the end of an if statement. With dedent_closing_brackets option requires that it be able to split there.