Skip to content

Releases: Tadaboody/good_smell

Version 0.18

27 Mar 09:13
Compare
Choose a tag to compare
  • 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.