-
Notifications
You must be signed in to change notification settings - Fork 1.5k
Refactor integrations to format with ruff after dropping black #20452
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
Conversation
3d4eb3f
to
73e4745
Compare
4c70675
to
a6f9a43
Compare
808ceaf
to
edca816
Compare
a6f9a43
to
598d124
Compare
edca816
to
9b24a6b
Compare
598d124
to
0cf2163
Compare
9b24a6b
to
cb4ee8b
Compare
0cf2163
to
909e654
Compare
cb4ee8b
to
2c3c935
Compare
909e654
to
c6fb13a
Compare
e3f39c1
to
7bdac01
Compare
c6fb13a
to
8f65df9
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.
😅 🎉 💪
7bdac01
to
3f42dd2
Compare
/mergegate trigger |
View all feedbacks in Devflow UI.
Merge gate not updated, no change detected in status or details on integrations-core #20452 synced on DB: failure |
3f42dd2
to
ef074e9
Compare
c932e7b
to
c988282
Compare
Alright, the check pr fails because the diff is too big and we cannot get the entire body to validate changelogs. I am bypassing it |
What does this PR do?
This PR runs ruff formatter in all integrations following the previous PR #20451.
Motivation
While Ruff is mostly a drop in replacement of Black there are some rules for which ruff can decide to format things different. See their differences with black page here.
Ruff brings faster formatting than Black and more reasonable defaults in many cases but this means that due to the differences in some situations, formatting would be a bit different.
Review checklist (to be filled by reviewers)
qa/skip-qa
label if the PR doesn't need to be tested during QA.backport/<branch-name>
label to the PR and it will automatically open a backport PR once this one is merged