AustEcon / bitsv

BitSV: Bitcoin made easy. Documentation:
https://AustEcon.github.io/bitsv
MIT License
96 stars 28 forks source link

`black` the codebase #70

Closed ghost closed 3 years ago

ghost commented 4 years ago

https://github.com/psf/black

What do you think about doing this for bitsv? Obviously should be a single commit with nothing else going on that commit.

ghost commented 4 years ago

@AustEcon, could you take a look at this?

AustEcon commented 4 years ago

It seems pretty cool but without having used it before feels like it could be a bit of a pita to get used to initially... and doesn't feel like bitsv is in desperate need of something like this for such a small project - that's my initial feeling.

If I were already familiar with it and using it regularly then maybe I would want it.

ghost commented 4 years ago

Gotcha, that is fair. I've been working on it for bit and bitcash. There is one string formatting issue that seems to need to be fixed afterwards.

After using go fmt a lot, I like the idea. Pretty handy especially when I'm using vi without any plugins or the like.