Changelog


We've been busy working under the hood on a new feature which we'll be unveiling soon! In the meantime we have:

Changed

  • The low code quality warning has been changed into a standard Sourcery comment. This means that it can now be turned off in the standard way with a # sourcery skip: low-code-quality comment. It can now also be completely switched off by adding low-code-quality to the skip section in the Sourcery configuration file. This does mean that existing # sourcery no-metrics comments must be changed into the skip format as above.

Fixed

  • Don't propose convert-to-enumerate in async for loops
  • merge-duplicate-blocks will no longer duplicate conditions that may have side-effects
  • Some changes have been made to reduce the memory footprint of the Sourcery binary.