mirror of
https://github.com/astral-sh/ruff.git
synced 2025-08-03 18:28:24 +00:00
Mark PERF403
as a preview rule (#7396)
This commit is contained in:
parent
3112202a5b
commit
6163c99551
2 changed files with 2 additions and 1 deletions
|
@ -853,6 +853,7 @@ mod tests {
|
|||
];
|
||||
|
||||
const PREVIEW_RULES: &[Rule] = &[
|
||||
Rule::ManualDictComprehension,
|
||||
Rule::TooManyPublicMethods,
|
||||
Rule::SliceCopy,
|
||||
Rule::UndocumentedWarn,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue