Skip to content

3.9.5

Compare
Choose a tag to compare
@timothycrosley timothycrosley released this 05 Feb 22:27
· 3438 commits to main since this release
  • Fixed a problem that caused the comments at the top of a file to sometimes get mangled or removed.
  • Fixed a problem that occurred when imports had the word "from" or "import" in them.
  • Improved how import sections are determined when running isort within a virtualenv.
  • Added support for displaying from imports before normal ones using 'from_first' setting.
  • Added support for separately specifying wrap_length from line length limit.
  • Added support for adding trailing commas automatically.