@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user