isort v5.10.1 Release Notes
Release Date: 2021-11-08 // over 3 years ago-
- Fixed #1819: Occasional inconsistency with multiple src paths.
- Fixed #1840: skip_file ignored when on the first docstring line
Previous changes from v5.10.0
-
- 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
Potentially breaking changes:
- Fixed #1785:
_ast
module incorrectly excluded from stdlib definition.
- Implemented #1796: Switch to