mirror of
https://github.com/astral-sh/ruff.git
synced 2025-09-30 22:01:47 +00:00
[red-knot] Allow multiple site-packages
search paths (#12609)
This commit is contained in:
parent
9aa43d5f91
commit
fbab04fbe1
11 changed files with 143 additions and 80 deletions
|
@ -179,7 +179,7 @@ mod tests {
|
|||
SearchPathSettings {
|
||||
extra_paths: vec![],
|
||||
workspace_root: SystemPathBuf::from("/src"),
|
||||
site_packages: None,
|
||||
site_packages: vec![],
|
||||
custom_typeshed: None,
|
||||
},
|
||||
);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue