-
Notifications
You must be signed in to change notification settings - Fork 3.2k
[ML] Apply black to ml
#28817
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
[ML] Apply black to ml
#28817
Conversation
|
/azp run python - ml - ci |
|
Azure Pipelines successfully started running 1 pipeline(s). |
|
API change check API changes are not detected in this pull request. |
9a48248 to
f70b3c8
Compare
|
PR looks good, but I'm wondering if we should skip |
f70b3c8 to
b4e667b
Compare
Is there any harm in keeping From what I've seen of the CI infrastructure for formatting, there isn't currently a mechanism for a package to specify formatting exclusions. So if we really wanted to exclude |
These days, our partners are usually the ones to onboard new API versions, and there tends to be quite a bit of churn in |
b4e667b to
c9adbf8
Compare
Made a PR ( #28835 ) that should configure |
c9adbf8 to
4f30738
Compare
Likely computed a hash based on file contents that had been
changed by code formatting.
4f30738 to
c248d37
Compare
Description
Related to #28742
Related to #28782
This PR runs
blackon theazure-ai-mlin preparation for #28756 which is scheduled to be merged on 2023-02-15.Methodology:
black --config eng/black-pyproject.toml sdk/ml(eng/black-pyproject.tomlwas introduced in #28835 )cc: @scbedd
All SDK Contribution checklist:
General Guidelines and Best Practices
Testing Guidelines