mirror of
https://github.com/astral-sh/ruff.git
synced 2025-08-04 10:48:32 +00:00
parent
2b3550c85f
commit
9384ba4b91
2 changed files with 1 additions and 2 deletions
|
@ -316,7 +316,7 @@ mod schema {
|
|||
// Filter out all test-only rules
|
||||
#[cfg(any(feature = "test-rules", test))]
|
||||
#[allow(clippy::used_underscore_binding)]
|
||||
if _rule.starts_with("RUF9") {
|
||||
if _rule.starts_with("RUF9") || _rule == "PLW0101" {
|
||||
return false;
|
||||
}
|
||||
|
||||
|
|
1
ruff.schema.json
generated
1
ruff.schema.json
generated
|
@ -3653,7 +3653,6 @@
|
|||
"PLW0",
|
||||
"PLW01",
|
||||
"PLW010",
|
||||
"PLW0101",
|
||||
"PLW0108",
|
||||
"PLW012",
|
||||
"PLW0120",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue