Skip to content

Commit

Permalink
Fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
charliermarsh committed Sep 19, 2023
1 parent 5d2be91 commit ea69b1c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions crates/ruff_workspace/src/configuration.rs
Original file line number Diff line number Diff line change
Expand Up @@ -850,17 +850,17 @@ mod tests {
Rule::DeleteFullSlice,
Rule::CheckAndRemoveFromSet,
Rule::QuadraticListSummation,
Rule::ReimplementedStarmap,
];

const PREVIEW_RULES: &[Rule] = &[
Rule::DirectLoggerInstantiation,
Rule::InvalidGetLoggerArgument,
Rule::ManualDictComprehension,
Rule::ReimplementedStarmap,
Rule::SliceCopy,
Rule::TooManyPublicMethods,
Rule::TooManyPublicMethods,
Rule::UndocumentedWarn,
Rule::InvalidGetLoggerArgument,
];

#[allow(clippy::needless_pass_by_value)]
Expand Down

0 comments on commit ea69b1c

Please sign in to comment.