-
Notifications
You must be signed in to change notification settings - Fork 40
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 automatic quality checks in GitHub Actions for the editor. #321
Conversation
marcenacp
commented
Nov 8, 2023
•
edited
Loading
edited
MLCommons CLA bot All contributors have signed the MLCommons CLA ✍️ ✅ |
045e044
to
f0197df
Compare
raise RuntimeError( | ||
"Problem when launching `git lfs`. " | ||
"Possible problems: Have you installed git lfs " | ||
f"locally? Is '{fullpath}' a valid `git lfs` " |
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.
Wouldn't it be more readable if it would display Possible problems:\n\t* Have you installed ...?\n\t* Is '{fullpath}' ...?
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.
This PR only aims at reformating the code using the last version of black
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.
Thanks!
f0197df
to
26bee88
Compare