Skip to content

5.9.0

Compare
Choose a tag to compare
@timothycrosley timothycrosley released this 21 Jun 07:04
· 468 commits to main since this release

5.9.0 June 21st 2021

  • Improved CLI startup time.
  • Implemented #1697: Provisional support for PEP 582: skip __pypackages__ directories by default.
  • Implemented #1705: More intuitive handling of isort:skip_file comments on streams.
  • Implemented #1737: Support for using action comments to avoid adding imports to individual files.
  • Implemented #1750: Ability to customize output format lines.
  • Implemented #1732: Support for custom sort functions.
  • Implemented #1722: Improved behavior for running isort in atomic mode over Cython source files.
  • Fixed (#1695): added imports being added to doc string in some cases.
  • Fixed (#1714): in rare cases line continuation combined with tabs can output invalid code.
  • Fixed (#1726): isort ignores reverse_sort when force_sort_within_sections is true.
  • Fixed #1741: comments in hanging indent modes can lead to invalid code.
  • Fixed #1744: repeat noqa comments dropped when * import and non * imports exist from the same package.
  • Fixed #1721: repeat noqa comments on separate from lines with force-single-line set, sometimes get dropped.