0.9.0
Changelog
[0.9.0] - 5/September/2021
-
Scope analyzer; #176, #175 #189 by @hakancelik96
- Scope analyzer
- Duplicate import feature has been enabled again.
-
Fix adding unnecessary rpar in vertical style #86, #190 by @hakancelik96
-
import sys from typing import ( List, ) test_list: List[str] = ["spam", "eggs"]
-
from typing import ( List, ) test_list: List[str] = ["spam", "eggs"]
-