All Versions
52
Latest Version
Avg Release Cycle
58 days
Latest Release
24 days ago
Changelog History
Page 6
Changelog History
Page 6
-
v18.3.a1 Changes
โ added
--checkonly put trailing commas in function signatures and calls if it's safe to do so. If the file is Python 3.6+ it's always safe, otherwise only safe if there are no
*argsor**kwargsused in the signature or call. (#8)๐ fixed invalid spacing of dots in relative imports (#6, #13)
๐ fixed invalid splitting after comma on unpacked variables in for-loops (#23)
๐ fixed spurious space in parenthesized set expressions (#7)
๐ fixed spurious space after opening parentheses and in default arguments (#14, #17)
๐ fixed spurious space after unary operators when the operand was a complex expression (#15)
-
v18.3.a0 Changes
first published version, Happy ๐ฐ Day 2018!
alpha quality
๐ date-versioned (see: https://calver.org/)