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

Replace magical guessing of local package names with a config file. #2

Closed public closed 10 years ago

dimaqq commented 10 years ago

I'd prefer auto-guessed system/virtualenv/local package names. it's much harder to get other devs to use tools that require custom setup.

public commented 10 years ago

It's quite hard to define what "local" means in any given circumstance unfortunately. If you have any ideas on how to do it reliably I'd love to hear them :)