-
Notifications
You must be signed in to change notification settings - Fork 79
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
Black trailing comma config #830
Black trailing comma config #830
Conversation
MLCommons CLA bot All contributors have signed the MLCommons CLA ✍️ ✅ |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #830 +/- ##
=======================================
Coverage 95.04% 95.04%
=======================================
Files 120 120
Lines 8268 8268
=======================================
Hits 7858 7858
Misses 410 410
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
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
Folks. are you sure it works as expected? It seems |
Also, right now black covers only |
Hey @VukW can you put in a PR fixing the issues you are mentioning? I probably missed this because of my default options in vs code. |
@VukW Hey, thanks, that's actually great remark, did not see that. Thanks! I am joining @sarthakpati request, if you cannot then just ping me, I will try to resolve it. |
No worries, fabs, I'd make a PR with fix in a few hours |
Fixes #825
Proposed Changes
Checklist
CONTRIBUTING
guide has been followed.typing
is used to provide type hints, including and not limited to usingOptional
if a variable has a pre-defined value).pip install
step is needed for PR to be functional), please ensure it is reflected in all the files that control the CI, namely: python-test.yml, and all docker files [1,2,3].