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

Allow adding modules to be considered as part of the Standard Library #167

Closed gene-humble closed 5 years ago

gene-humble commented 5 years ago

Hi there!

One helpful feature I've seen is to allow for custom modules/packages to be considered as part of the standard library for the purposes of grouping.

This pull request allows for an additional configuration option to accomplish that.

Tests have been updated to accommodate this new functionality.

sigmavirus24 commented 5 years ago

I'm not a maintainer but a head's up about https://github.com/PyCQA/flake8-import-order/issues/163 which might mean this is not accepted.

pgjones commented 5 years ago

Yep, sorry @gene-humble but I don't wish to maintain any new features for this project.