Closed gakonst closed 6 years ago
Yeah those both sound good to me.
By the way, I don't think import order is something our flake8 is setup to care about. Review our setup for in .flake8
to see if there's anything you'd like to change.
I agree with it, suggested isort for styling reasons
Since we have a PR that enforces linting for a build to go through, I suggest that we use https://github.com/ambv/black as
black --line-length 79
for our formatting reasons and https://github.com/timothycrosley/isort for import ordering, what do you think?