yapf v0.7.1 Release Notes

Release Date: 2016-04-21 // about 8 years ago
  • 🛠 Fixed

    • Don't rewrite the file if there are no changes.
    • Ensure the proper number of blank lines before an async function.
    • Split after a bitwise operator when in PEP 8 mode.
    • Retain the splitting within a dictionary data literal between the key and value.
    • Try to keep short function calls all on one line even if they're part of a larger series of tokens. This stops us from splitting too much.