mirror of https://github.com/astral-sh/ruff
Fix windows test warnings (#6124)
See https://github.com/astral-sh/ruff/actions/runs/5679922286/job/15392998698. These didn't fail CI because we run clippy on linux only.
This commit is contained in:
parent
6bf6646c5d
commit
d317af442f
|
|
@ -21,7 +21,9 @@ use path_absolutize::path_dedot;
|
|||
#[cfg(unix)]
|
||||
use tempfile::TempDir;
|
||||
|
||||
#[cfg(unix)]
|
||||
use ruff_cli::args::Args;
|
||||
#[cfg(unix)]
|
||||
use ruff_cli::run;
|
||||
|
||||
const BIN_NAME: &str = "ruff";
|
||||
|
|
|
|||
Loading…
Reference in New Issue