-
Notifications
You must be signed in to change notification settings - Fork 17
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
use the black formatter ? #42
Comments
Yeah, that would be great! I experimented a bit with a pre-commit hook to enforce the code formatting |
did you had a look at this ? https://pre-commit.com |
Yeah, see #44. |
My bad, I was thinking you were manually setting the pre-commit hook |
I was in #43 :) |
Fixed with aece22f |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
AS you mentioned that using black would be a good idea (#40 (comment)). would you like to apply it on the whole lib ?
I could set up some GitHub actions (including test + formatting) at the same time.
The text was updated successfully, but these errors were encountered: