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

Ask for the lines on Flake8 3.0 #83

Closed sigmavirus24 closed 8 years ago

sigmavirus24 commented 8 years ago

Flake8 3.0 allows us to ask for the lines in a file instead of reading them independently. Let's use that but default it to None for Flake8 2 compatibility.

Closes #81

pgjones commented 8 years ago

Excellent, thanks.

remcohaszing commented 8 years ago

Do you have any indication on when this is going to be published to the cheese shop? This is holding me back from updating my projects to flake8 3.x.

pgjones commented 8 years ago

@remcohaszing I've release 0.9.2 now that includes this.

remcohaszing commented 8 years ago

Thanks :smile: