-
Notifications
You must be signed in to change notification settings - Fork 63
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
Add black check to Python files in CI #233
Conversation
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.
That comment, looks good otherwise.
Also this should be a one commit PR, and sign the commit. |
a6e3293
to
3e263bb
Compare
I thought of signing when all the checks get successfully passed. |
Rebase on the latest master and give a short commit message like |
45d5b3c
to
c8f17b4
Compare
There is a option which shows update branch and two list which are:-
Are you suggesting me to select the second option? |
Neither of these. I mean rebasing
|
Done. Thanks for the point-to-point explanation. |
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
c6a9d13
to
150fb74
Compare
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.
Some hints
Needs rebase |
341305e
to
cee3764
Compare
Fixes #230
Description
This PR adds a new job in the CI that checks the formatting of Python files using Black. This ensures that all Python files follow the same code styling guidelines, making the codebase cleaner and easier to read.
Changes
.github/workflows/build.yaml
to include a new job for Black checks.Please let me know if any changes are required.