mirror of
https://github.com/astral-sh/ruff.git
synced 2025-08-03 18:28:24 +00:00
[Ruff 0.5] Stabilise manual-dict-comprehension
(PERF403
) (#12045)
This commit is contained in:
parent
8cc96d7868
commit
c7b2f2b788
2 changed files with 1 additions and 2 deletions
|
@ -1486,7 +1486,6 @@ mod tests {
|
|||
const PREVIEW_RULES: &[Rule] = &[
|
||||
Rule::IsinstanceTypeNone,
|
||||
Rule::IfExprMinMax,
|
||||
Rule::ManualDictComprehension,
|
||||
Rule::ReimplementedStarmap,
|
||||
Rule::SliceCopy,
|
||||
Rule::TooManyPublicMethods,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue