mirror of
https://github.com/astral-sh/ruff.git
synced 2025-08-03 10:22:24 +00:00
Fix failing tests for Ruff 0.8 branch (#14482)
This commit is contained in:
parent
cef12f4925
commit
b2bb119c6a
1 changed files with 0 additions and 2 deletions
|
@ -74,8 +74,6 @@ mod tests {
|
|||
|
||||
#[test_case(Rule::ModuleImportNotAtTopOfFile, Path::new("E402_3.py"))]
|
||||
#[test_case(Rule::RedundantBackslash, Path::new("E502.py"))]
|
||||
// E741 has different behaviour for `.pyi` files in preview mode
|
||||
#[test_case(Rule::AmbiguousVariableName, Path::new("E741.pyi"))]
|
||||
#[test_case(Rule::TooManyNewlinesAtEndOfFile, Path::new("W391_0.py"))]
|
||||
#[test_case(Rule::TooManyNewlinesAtEndOfFile, Path::new("W391_1.py"))]
|
||||
#[test_case(Rule::TooManyNewlinesAtEndOfFile, Path::new("W391_2.py"))]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue