Skip to content

Releases: PyCQA/isort

5.0.3

05 Jul 06:48
Compare
Choose a tag to compare

5.0.3 - July 4, 2020

  • Fixed setup.py command incorrectly passing check=True as a configuration parameter (see: #1258)
  • Fixed missing patch version
  • Fixed issue #1253: Atomic fails when passed in not readable output stream

5.0.2

04 Jul 10:24
Compare
Choose a tag to compare

Ensure completeness of black profile, adding default line_length

5.0.1

04 Jul 09:02
Compare
Choose a tag to compare
Update interactive to use 5.0.1 version

5.0.0

04 Jul 08:05
Compare
Choose a tag to compare

4.3.21-2

26 Jun 04:58
Compare
Choose a tag to compare

4.3.21 - June 25, 2019 - hot fix release

  • Fixed issue #957 - Long aliases and use_parentheses generates invalid syntax

4.3.20

15 May 00:37
a44d0cd
Compare
Choose a tag to compare

4.3.20 - May 14, 2019 - hot fix release

  • Fixed issue #948 - Pipe redirection broken on Python2.7

4.3.19

14 May 21:51
700536e
Compare
Choose a tag to compare

4.3.19 - May 12, 2019 - hot fix release

  • Fixed issue #942 - correctly handle pyi (Python Template Files) to match black output

4.3.18

02 May 05:15
Compare
Choose a tag to compare

4.3.18 - May 1, 2019 - hotfix release

  • Fixed an issue with parsing files that contain Unicode characters in Python 2
  • Fixed issue #924 - Pulling in pip internals causes depreciation warning
  • Fixed issue #938 - Providing a way to filter explicitly passed in files via configuration settings (--filter-files)
  • Improved interoperability with toml configuration files

4.3.17

07 Apr 23:18
Compare
Choose a tag to compare

4.3.17 - April 7, 2019 - hot fix release

  • Fixed issue #905 & #919: Import section headers behaving strangely

4.3.16

24 Mar 06:51
Compare
Choose a tag to compare

4.3.16 - March 23, 2019 - hot fix release

  • Fixed issue #909 - skip and skip-glob are not enforced when using settings-path.
  • Fixed issue #907 - appdirs optional requirement does not correctly specify version
  • Fixed issue #902 - Too broad warning about missing toml package
  • Fixed issue #778 - remove user from known standard library as it's no longer in any supported Python version.