mirror of
https://github.com/astral-sh/ruff.git
synced 2025-08-03 18:28:24 +00:00
[Ruff 0.5] Stabilise 11 FURB
rules (#12043)
This commit is contained in:
parent
c7b2f2b788
commit
bd845812c7
5 changed files with 25 additions and 32 deletions
|
@ -1484,8 +1484,6 @@ mod tests {
|
|||
use crate::options::PydocstyleOptions;
|
||||
|
||||
const PREVIEW_RULES: &[Rule] = &[
|
||||
Rule::IsinstanceTypeNone,
|
||||
Rule::IfExprMinMax,
|
||||
Rule::ReimplementedStarmap,
|
||||
Rule::SliceCopy,
|
||||
Rule::TooManyPublicMethods,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue