mirror of
https://github.com/astral-sh/ruff.git
synced 2025-07-28 07:23:50 +00:00
[red-knot] Rename workspace_root
variables in the module resolver to src_root
(#12697)
Fixes #12337
This commit is contained in:
parent
7ee7c68f36
commit
5499821c67
10 changed files with 22 additions and 22 deletions
|
@ -178,7 +178,7 @@ mod tests {
|
|||
TargetVersion::Py38,
|
||||
SearchPathSettings {
|
||||
extra_paths: vec![],
|
||||
workspace_root: SystemPathBuf::from("/src"),
|
||||
src_root: SystemPathBuf::from("/src"),
|
||||
site_packages: vec![],
|
||||
custom_typeshed: None,
|
||||
},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue