Flake8 plugin that checks import order against various Python Style Guides
GNU Lesser General Public License v3.0
278
stars
72
forks
source link
Fix case-sensitive related I100 errors for the pycharm style. #159
Closed
Wim-De-Clercq closed 6 years ago
Pycharm sorts imports over multiple line case-sensitive. The following should be a valid import order.
import B import a
Also added a pycharm test case.
Closes-issue: #158