-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
[pylint
] - use sets when possible for PLR1714
autofix (repeated-equality-comparison
)
#14372
Conversation
7809a3c
to
d22ffd5
Compare
|
code | total | + violation | - violation | + fix | - fix |
---|---|---|---|---|---|
PLR1714 | 62 | 31 | 31 | 0 | 0 |
d22ffd5
to
4b47271
Compare
Could we make this a preview only change? And could you update the test plan if you already went through the ecosystem changes? |
Preview check added! As for the ecosystem changes, seems fine with what's there, I'm all ears if not! |
Summary
Uses a set if we can determine that it should be used.
Test Plan
cargo test