-
Notifications
You must be signed in to change notification settings - Fork 14
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
Format code with black #8
Conversation
Formats the code with black and adds a github action to enforce it in CI Signed-off-by: Joshua Watt <[email protected]>
Poetry demands it Signed-off-by: Joshua Watt <[email protected]>
GitHub actions were not running because the branch name was changed from "master" -> "main" Signed-off-by: Joshua Watt <[email protected]>
We are using a github action for this now Signed-off-by: Joshua Watt <[email protected]>
Yes, that is next on my TODO list after CI works again
Poetry demands it be updated, so I've just done so until Poetry is removed |
And... there is another reason for me to not choose poetry. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM. Make it so.
Formats the code with black and adds a github action to enforce it in CI