-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
[ruff
] d.update({k: v})
(RUF042
)
#14564
base: main
Are you sure you want to change the base?
Conversation
60132ae
to
469ea10
Compare
|
code | total | + violation | - violation | + fix | - fix |
---|---|---|---|---|---|
RUF042 | 71 | 71 | 0 | 0 | 0 |
Formatter (stable)
✅ ecosystem check detected no format changes.
Formatter (preview)
✅ ecosystem check detected no format changes.
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.
Thank you.
I think we have to align on the rule's scope first. @AlexWaygood mentioned that the rule could possibly be extended to cover more cases than just update
. In that case, the rule should be named differently.
Summary
Resolves #13533.
Test Plan
cargo nextest run
andcargo insta test
.