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

repair register opt calls #190

Closed zzzeek closed 1 year ago

zzzeek commented 1 year ago

flake8 uses only argparse option styles now, use str instead of "string" for types given.

Fixes: #189

sigmavirus24 commented 1 year ago

@pgjones if you'd add me to the PyPI page, I can try to put together a release with this fix

Mariatta commented 1 year ago

Any idea when you will cut a new release? Thanks.

sigmavirus24 commented 1 year ago

Can't until I get release privileges

alexted commented 1 year ago

@AMDmi3, @pgjones Hello, is anyone there?