Skip to content

Commit

Permalink
Deactivate Q000
Browse files Browse the repository at this point in the history
Not needed. Deactivation leads
to more granular tests.
  • Loading branch information
robincaloudis committed Mar 2, 2024
1 parent 17ea5b7 commit e65d99f
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions crates/ruff_linter/src/rules/flake8_quotes/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,6 @@ mod tests {
avoid_escape: true,
},
..LinterSettings::for_rules(vec![
Rule::BadQuotesInlineString,
Rule::BadQuotesMultilineString,
Rule::BadQuotesDocstring,
Rule::AvoidableEscapedQuote,
Expand Down Expand Up @@ -177,7 +176,6 @@ mod tests {
avoid_escape: true,
},
..LinterSettings::for_rules(vec![
Rule::BadQuotesInlineString,
Rule::BadQuotesMultilineString,
Rule::BadQuotesDocstring,
Rule::AvoidableEscapedQuote,
Expand Down

0 comments on commit e65d99f

Please sign in to comment.