Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implement Black Formatter #51

Open
adamgulde opened this issue Oct 29, 2024 · 0 comments
Open

Implement Black Formatter #51

adamgulde opened this issue Oct 29, 2024 · 0 comments
Labels
documentation Improvements or additions to documentation enhancement New feature or request medium Simple enough issue but probably overlooked during initial development.

Comments

@adamgulde
Copy link
Collaborator

"Black is the uncompromising Python code formatter. By using it, you agree to cede control over minutiae of hand-formatting. In return, Black gives you speed, determinism, and freedom from pycodestyle nagging about formatting. You will save time and mental energy for more important matters." from Black readme. github here

Having a formatter will make all our functions look so much nicer. As appealing as the open-source, ununified look is, I might have a brain aneurysm if I have to look at my own code (and others'...) in the same way it is now.

Tl;dr: black makes code pretty. we need it

@adamgulde adamgulde added documentation Improvements or additions to documentation enhancement New feature or request medium Simple enough issue but probably overlooked during initial development. labels Oct 29, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation enhancement New feature or request medium Simple enough issue but probably overlooked during initial development.
Projects
None yet
Development

No branches or pull requests

1 participant