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: README.md
+1-2Lines changed: 1 addition & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -88,8 +88,7 @@ Number of files to process concurrently during initial load.
88
88
89
89
**`--full-reorder`**
90
90
Use additional options from [python-reorder-imports][pri] to rewrite
91
-
-`--py38-plus` (default): Imports from `mypy_extensions` and `typing_extensions` when possible.
92
-
-`--py39-plus`: Rewrite [PEP 585][PEP585] typing imports. Additionally `typing.Hashable` and `typing.Sized` will also be replaced by their `collections.abc` equivalents.
91
+
- Imports from `mypy_extensions` and `typing_extensions` when possible.
93
92
94
93
**`--keep-updates`**
95
94
Keep updates even if no import was removed. Use with caution, might result in more errors.
0 commit comments