mirror of
https://github.com/astral-sh/ruff
synced 2026-01-20 21:10:48 -05:00
[pylint] Implement invalid-index-returned (PLE0305) (#10962)
Add pylint rule invalid-index-returned (PLE0305) See https://github.com/astral-sh/ruff/issues/970 for rules Test Plan: `cargo test`
This commit is contained in:
1
ruff.schema.json
generated
1
ruff.schema.json
generated
@@ -3269,6 +3269,7 @@
|
||||
"PLE0302",
|
||||
"PLE0303",
|
||||
"PLE0304",
|
||||
"PLE0305",
|
||||
"PLE0307",
|
||||
"PLE0308",
|
||||
"PLE0309",
|
||||
|
||||
Reference in New Issue
Block a user