Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
InSyncWithFoo authored Jan 24, 2025
1 parent 8aa4abf commit aeb4fd4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion crates/ruff_linter/src/rule_selector.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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") || _rule == "PLW0101" {
if _rule.starts_with("RUF9") {
return false;
}

Expand Down
1 change: 1 addition & 0 deletions ruff.schema.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit aeb4fd4

Please sign in to comment.