Skip to content

Commit f15710a

Browse files
committed
Remove stale test cases
1 parent 2804f8b commit f15710a

File tree

1 file changed

+0
-4
lines changed
  • crates/ruff_linter/src/rules/pygrep_hooks

1 file changed

+0
-4
lines changed

crates/ruff_linter/src/rules/pygrep_hooks/mod.rs

-4
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,6 @@ mod tests {
1313
use crate::test::test_path;
1414
use crate::{assert_messages, settings};
1515

16-
#[test_case(Rule::Eval, Path::new("PGH001_0.py"))]
17-
#[test_case(Rule::Eval, Path::new("PGH001_1.py"))]
18-
#[test_case(Rule::DeprecatedLogWarn, Path::new("PGH002_0.py"))]
19-
#[test_case(Rule::DeprecatedLogWarn, Path::new("PGH002_1.py"))]
2016
#[test_case(Rule::BlanketTypeIgnore, Path::new("PGH003_0.py"))]
2117
#[test_case(Rule::BlanketTypeIgnore, Path::new("PGH003_1.py"))]
2218
#[test_case(Rule::BlanketNOQA, Path::new("PGH004_0.py"))]

0 commit comments

Comments
 (0)