ThatXliner / pyt2

My second attempt at making a Python template. Formerly used CookieCutter; now uses Copier
The Unlicense
13 stars 0 forks source link

Style: use reorder-python-imports #3

Closed ThatXliner closed 3 years ago

ThatXliner commented 3 years ago

We should use reorder-python-imports along with black and autoflake in the following order:

ThatXliner commented 3 years ago

Maybe we can just use shed. I mean, a lot of code I have right now uses isort.

ThatXliner commented 3 years ago

Superseded by #19