-
Notifications
You must be signed in to change notification settings - Fork 1.6k
[ruff] Stabilize RUF059
#18481
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] Stabilize RUF059
#18481
Conversation
|
It nailed this one, the test cases are already on |
da71e0a to
5f1af44
Compare
|
| code | total | + violation | - violation | + fix | - fix |
|---|---|---|---|---|---|
| RUF059 | 844 | 844 | 0 | 0 | 0 |
| ANN201 | 2 | 1 | 1 | 0 | 0 |
| D212 | 2 | 1 | 1 | 0 | 0 |
Linter (preview)
✅ ecosystem check detected no linter changes.
5f1af44 to
11966be
Compare
|
@ntBre Stabilizing Do you intend for it to stabilize for 0.13.0? I'm not sure from https://docs.astral.sh/ruff/versioning/#rule-stabilization and when #18507 came in if Would that come in with this PR? or would you need a fresh one? |
|
Yep, I think your assessment is correct. We're collecting the stabilization candidates for 0.13 this week, and RUF059 is on the list. We could probably use a fresh PR rather than resurrecting this one. |
Summary
unused-unpacked-variable(RUF059) as stable in the rule registry