@@ -790,8 +790,8 @@ pub fn code_to_rule(linter: Linter, code: &str) -> Option<(RuleGroup, Rule)> {
790
790
( Flake8PytestStyle , "001" ) => ( RuleGroup :: Stable , rules:: flake8_pytest_style:: rules:: PytestFixtureIncorrectParenthesesStyle ) ,
791
791
( Flake8PytestStyle , "002" ) => ( RuleGroup :: Stable , rules:: flake8_pytest_style:: rules:: PytestFixturePositionalArgs ) ,
792
792
( Flake8PytestStyle , "003" ) => ( RuleGroup :: Stable , rules:: flake8_pytest_style:: rules:: PytestExtraneousScopeFunction ) ,
793
- ( Flake8PytestStyle , "004" ) => ( RuleGroup :: Stable , rules:: flake8_pytest_style:: rules:: PytestMissingFixtureNameUnderscore ) ,
794
- ( Flake8PytestStyle , "005" ) => ( RuleGroup :: Stable , rules:: flake8_pytest_style:: rules:: PytestIncorrectFixtureNameUnderscore ) ,
793
+ ( Flake8PytestStyle , "004" ) => ( RuleGroup :: Deprecated , rules:: flake8_pytest_style:: rules:: PytestMissingFixtureNameUnderscore ) ,
794
+ ( Flake8PytestStyle , "005" ) => ( RuleGroup :: Deprecated , rules:: flake8_pytest_style:: rules:: PytestIncorrectFixtureNameUnderscore ) ,
795
795
( Flake8PytestStyle , "006" ) => ( RuleGroup :: Stable , rules:: flake8_pytest_style:: rules:: PytestParametrizeNamesWrongType ) ,
796
796
( Flake8PytestStyle , "007" ) => ( RuleGroup :: Stable , rules:: flake8_pytest_style:: rules:: PytestParametrizeValuesWrongType ) ,
797
797
( Flake8PytestStyle , "008" ) => ( RuleGroup :: Stable , rules:: flake8_pytest_style:: rules:: PytestPatchWithLambda ) ,
0 commit comments