File tree Expand file tree Collapse file tree 2 files changed +1
-1
lines changed
crates/ruff_linter/src/rules/ruff Expand file tree Collapse file tree 2 files changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -93,6 +93,7 @@ mod tests {
93
93
#[ test_case( Rule :: NeedlessElse , Path :: new( "RUF047_try.py" ) ) ]
94
94
#[ test_case( Rule :: MapIntVersionParsing , Path :: new( "RUF048.py" ) ) ]
95
95
#[ test_case( Rule :: MapIntVersionParsing , Path :: new( "RUF048_1.py" ) ) ]
96
+ #[ test_case( Rule :: DataclassEnum , Path :: new( "RUF049.py" ) ) ]
96
97
#[ test_case( Rule :: IfKeyInDictDel , Path :: new( "RUF051.py" ) ) ]
97
98
#[ test_case( Rule :: UsedDummyVariable , Path :: new( "RUF052.py" ) ) ]
98
99
#[ test_case( Rule :: ClassWithMixedTypeVars , Path :: new( "RUF053.py" ) ) ]
@@ -473,7 +474,6 @@ mod tests {
473
474
#[ test_case( Rule :: UnnecessaryRegularExpression , Path :: new( "RUF055_2.py" ) ) ]
474
475
#[ test_case( Rule :: PytestRaisesAmbiguousPattern , Path :: new( "RUF043.py" ) ) ]
475
476
#[ test_case( Rule :: UnnecessaryRound , Path :: new( "RUF057.py" ) ) ]
476
- #[ test_case( Rule :: DataclassEnum , Path :: new( "RUF049.py" ) ) ]
477
477
#[ test_case( Rule :: StarmapZip , Path :: new( "RUF058_0.py" ) ) ]
478
478
#[ test_case( Rule :: StarmapZip , Path :: new( "RUF058_1.py" ) ) ]
479
479
#[ test_case( Rule :: IndentedFormFeed , Path :: new( "RUF054.py" ) ) ]
File renamed without changes.
You can’t perform that action at this time.
0 commit comments