We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c2ca2e2 commit 83a9f68Copy full SHA for 83a9f68
CHANGELOG.md
@@ -9,6 +9,7 @@ Find out more about isort's release policy [here](https://pycqa.github.io/isort/
9
- Fixed #1769: Future imports added below assignments when no other imports present.
10
- Fixed #1772: skip-gitignore will check files not in the git repository.
11
- Fixed #1762: in some cases when skip-gitignore is set, isort fails to skip any files.
12
+ - Fixed #1767: Encoding issues surfacing when invalid characters set in `__init__.py` files during placement.
13
14
### 5.9.1 June 21st 2021 [hotfix]
15
- Fixed #1758: projects with many files and skip_ignore set can lead to a command-line overload.
0 commit comments