@@ -97,6 +97,8 @@ mod tests {
97
97
#[ test_case( Rule :: UsedDummyVariable , Path :: new( "RUF052.py" ) ) ]
98
98
#[ test_case( Rule :: ClassWithMixedTypeVars , Path :: new( "RUF053.py" ) ) ]
99
99
#[ test_case( Rule :: FalsyDictGetFallback , Path :: new( "RUF056.py" ) ) ]
100
+ #[ test_case( Rule :: StarmapZip , Path :: new( "RUF058_0.py" ) ) ]
101
+ #[ test_case( Rule :: StarmapZip , Path :: new( "RUF058_1.py" ) ) ]
100
102
#[ test_case( Rule :: UnusedUnpackedVariable , Path :: new( "RUF059_0.py" ) ) ]
101
103
#[ test_case( Rule :: UnusedUnpackedVariable , Path :: new( "RUF059_1.py" ) ) ]
102
104
#[ test_case( Rule :: UnusedUnpackedVariable , Path :: new( "RUF059_2.py" ) ) ]
@@ -474,8 +476,6 @@ mod tests {
474
476
#[ test_case( Rule :: PytestRaisesAmbiguousPattern , Path :: new( "RUF043.py" ) ) ]
475
477
#[ test_case( Rule :: UnnecessaryRound , Path :: new( "RUF057.py" ) ) ]
476
478
#[ test_case( Rule :: DataclassEnum , Path :: new( "RUF049.py" ) ) ]
477
- #[ test_case( Rule :: StarmapZip , Path :: new( "RUF058_0.py" ) ) ]
478
- #[ test_case( Rule :: StarmapZip , Path :: new( "RUF058_1.py" ) ) ]
479
479
#[ test_case( Rule :: IndentedFormFeed , Path :: new( "RUF054.py" ) ) ]
480
480
#[ test_case( Rule :: ImplicitClassVarInDataclass , Path :: new( "RUF045.py" ) ) ]
481
481
fn preview_rules ( rule_code : Rule , path : & Path ) -> Result < ( ) > {
0 commit comments