You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: CHANGELOG.md
+2-1
Original file line number
Diff line number
Diff line change
@@ -7,6 +7,7 @@ Find out more about isort's release policy [here](https://pycqa.github.io/isort/
7
7
### 5.8.0 TBD
8
8
- Fixed #1631: as import comments can in some cases be duplicated.
9
9
- Fixed #1667: extra newline added with float-to-top, after skip, in some cases.
10
+
- Fixed #1594: incorrect placement of noqa comments with multiple from imports.
10
11
- Implemented #1648: Export MyPY type hints.
11
12
- Implemented #1641: Identified import statements now return runnable code.
12
13
- Implemented #1661: Added "wemake" profile.
@@ -16,7 +17,7 @@ Find out more about isort's release policy [here](https://pycqa.github.io/isort/
16
17
- Implemented #1684: Added support for extending skips with `--extend-skip` and `--extend-skip-glob`.
17
18
- Implemented #1688: Auto identification and skipping of some invalid import statements.
18
19
- Implemented #1645: Ability to reverse the import sorting order.
19
-
- Implemented #1504: Ability to push star imports to the top to avoid overriding explicitly defined imports.
20
+
- Implemented #1504: Added ability to push star imports to the top to avoid overriding explicitly defined imports.
20
21
- Documented #1685: Skip doesn't support plain directory names, but skip_glob does.
0 commit comments