[Ruff 0.5] Stabilise 11 FURB rules (#12043)

This commit is contained in:
Alex Waygood 2024-06-26 13:24:51 +01:00 committed by Micha Reiser
parent c7b2f2b788
commit bd845812c7
5 changed files with 25 additions and 32 deletions

View file

@ -1484,8 +1484,6 @@ mod tests {
use crate::options::PydocstyleOptions;
const PREVIEW_RULES: &[Rule] = &[
Rule::IsinstanceTypeNone,
Rule::IfExprMinMax,
Rule::ReimplementedStarmap,
Rule::SliceCopy,
Rule::TooManyPublicMethods,