ThatXliner / pyt2

My second attempt at making a Python template. Formerly used CookieCutter; now uses Copier

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Style: use reorder-python-imports

ThatXliner opened this issue · comments

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

  • reorder-python-imports
  • autoflake
  • black

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

Superseded by #19