[pylint] Implement invalid-bytes-returned (E0308) (#10959)
Add pylint rule invalid-bytes-returned (PLE0308) 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",
|
||||
"PLE0304",
|
||||
"PLE0307",
|
||||
"PLE0308",
|
||||
"PLE06",
|
||||
"PLE060",
|
||||
"PLE0604",
|
||||
|
||||
Reference in New Issue
Block a user