Skip to content

Releases: PyCQA/isort

v5.11.3

17 Dec 06:49
6c83bcc
Compare
Choose a tag to compare

Changes

πŸͺ² Fixes

πŸ‘· Continuous Integration

5.11.3

17 Dec 20:00
6c83bcc
Compare
Choose a tag to compare

Changes

πŸͺ² Fixes

πŸ‘· Continuous Integration

5.11.2

13 Dec 18:28
7eaab8c
Compare
Choose a tag to compare

Changes

5.11.1

12 Dec 20:54
f8146c5
Compare
Choose a tag to compare

Changes December 12 2022

πŸͺ² Fixes

5.11.0

12 Dec 19:37
3e99c22
Compare
Choose a tag to compare

Changes December 12 2022

πŸ‘· Continuous Integration

πŸ“¦ Dependencies

5.10.1

09 Nov 05:43
Compare
Choose a tag to compare

5.10.1 November 8 2021

  • Fixed #1819: Occasional inconsistency with multiple src paths.
  • Fixed #1840: skip_file ignored when on the first docstring line

5.10.0

03 Nov 07:56
Compare
Choose a tag to compare
Implemented #1796: Switch to tomli for pyproject.toml configuration loader.
Fixed #1801: CLI bug (--exend-skip-glob, overrides instead of extending).
Fixed #1802: respect PATH customization in nested calls to git.
Fixed #1838: Append only with certain code snippets incorrectly adds imports.
Added official support for Python 3.10

5.9.3

29 Jul 06:41
Compare
Choose a tag to compare

5.9.3 July 28 2021

  • Improved text of skipped file message to mention gitignore feature.
  • Made all exceptions pickleable.
  • Fixed #1779: Pylama integration ignores pylama specific isort config overrides.
  • Fixed #1781: --from-first CLI flag shouldn't take any arguments.
  • Fixed #1792: Sorting literals sometimes ignored when placed on first few lines of file.
  • Fixed #1777: extend_skip is not honored wit a git submodule when skip_gitignore=true.

5.9.2

08 Jul 08:40
Compare
Choose a tag to compare

5.9.2 July 8th 2021

  • Improved behavior of isort --check --atomic against Cython files.
  • Fixed #1769: Future imports added below assignments when no other imports present.
  • Fixed #1772: skip-gitignore will check files not in the git repository.
  • Fixed #1762: in some cases when skip-gitignore is set, isort fails to skip any files.
  • Fixed #1767: Encoding issues surfacing when invalid characters set in __init__.py files during placement.
  • Fixed #1771: Improved handling of skips against named streamed in content.

5.9.1

21 Jun 13:21
Compare
Choose a tag to compare

5.9.1 June 21st 2021 [hotfix]

  • Fixed #1758: projects with many files and skip_ignore set can lead to a command-line overload.