We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2804f8b commit f15710aCopy full SHA for f15710a
crates/ruff_linter/src/rules/pygrep_hooks/mod.rs
@@ -13,10 +13,6 @@ mod tests {
13
use crate::test::test_path;
14
use crate::{assert_messages, settings};
15
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"))]
20
#[test_case(Rule::BlanketTypeIgnore, Path::new("PGH003_0.py"))]
21
#[test_case(Rule::BlanketTypeIgnore, Path::new("PGH003_1.py"))]
22
#[test_case(Rule::BlanketNOQA, Path::new("PGH004_0.py"))]
0 commit comments