Skip to content

Version 0.18

Latest
Compare
Choose a tag to compare
@Tadaboody Tadaboody released this 27 Mar 09:13
· 2 commits to master since this release
  • Bugfixes for python 3.8, 3.9 and adapting to the changes to the ast
  • Fixed crash in flatten-for and range-len when unpacking arguments
  • Added smell join-literal: warns when using str.join on something that
    would be more readable as a format string.