aequitas / python-rflink

MIT License
30 stars 27 forks source link

Various lint fixes #23

Closed scop closed 4 years ago

aequitas commented 4 years ago

Thanks for this and the other improvements. I'll push a release out later this evening.

Regarding the linting, I'm of the opinion that should be taken care of by a computer and not a human, so I'll try to add Black to this project to autofix linting issues and merge any fixes that come out of that.

scop commented 4 years ago

Black sounds great!

scop commented 4 years ago

Howver, black will not help with the majority of fixes that are included in this patch, they still "need" to be addressed otherwise.

aequitas commented 4 years ago

True, it's not perfect, otherwise it would probably be called Vantablack ;)

https://github.com/aequitas/python-rflink/pull/26