PyCQA / flake8-import-order

Flake8 plugin that checks import order against various Python Style Guides
GNU Lesser General Public License v3.0
278 stars 72 forks source link

Add isort compatible style #178

Closed Dreamsorcerer closed 1 year ago

Dreamsorcerer commented 3 years ago

Maybe you're not interested in adding new features anymore, but I feel like having compatibility with basic isort-like ordering is something worth having out of the box, and it's very little code to implement.

Fixes #177

gstorer commented 1 year ago

Am I missing something on how this is suppose to be used? I seems like there needs to be a corresponding entry in [options.entry_points] that isn't there? https://github.com/PyCQA/flake8-import-order/blob/master/setup.cfg#L53

Dreamsorcerer commented 1 year ago

Ah, I must have missed that. Guess you should create a PR to get that added.