Closed Domejko closed 6 months ago
Black formatter can be add to keep consistent code format with one simple command black ./ .
black ./
If you like the idea you can assignee this to me and tomorrow I will send PR with formatted code and updated install_requires in setup.py.
install_requires
I don't find Black code very readable, and the repo is small enough currently that I don't find this super compelling.
We can revisit this in the future :)
Black formatter can be add to keep consistent code format with one simple command
black ./
.If you like the idea you can assignee this to me and tomorrow I will send PR with formatted code and updated
install_requires
in setup.py.