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 application-paths option to find local apps #161

Closed tmshn closed 5 years ago

tmshn commented 6 years ago

Currently, we need to write down all application-specific modules in advance of running flake8, which is a bit troublesome.

Here, I introduced a new application-paths option to find application-specific modules.

With this option, you can do

flake8 --application-paths='.'

instead of

flake8 --application-import-names='flake8_import_order,tests'
sambrightman commented 5 years ago

Is there anything else needed to get this merged & released?

tmshn commented 5 years ago

@sigmavirus24 Just ping. How about this???

sigmavirus24 commented 5 years ago

I've never been given the okay to merge things on this repository. That's up to @PyCQA/flake8-import-order-dev

sambrightman commented 5 years ago

That's a 404 for me - is the team hidden or has the mention got a typo?

pgjones commented 5 years ago

Please refer to the discussion in #163.