mirror of
https://github.com/astral-sh/ruff.git
synced 2025-10-03 23:25:14 +00:00
Remove workspace support (#15472)
This commit is contained in:
parent
bec8441cf5
commit
18d5dbfb7f
49 changed files with 1428 additions and 2326 deletions
|
@ -1294,7 +1294,7 @@ mod tests {
|
|||
|
||||
Program::from_settings(
|
||||
&db,
|
||||
&ProgramSettings {
|
||||
ProgramSettings {
|
||||
python_version: PythonVersion::PY38,
|
||||
python_platform: PythonPlatform::default(),
|
||||
search_paths: SearchPathSettings {
|
||||
|
@ -1800,7 +1800,7 @@ not_a_directory
|
|||
|
||||
Program::from_settings(
|
||||
&db,
|
||||
&ProgramSettings {
|
||||
ProgramSettings {
|
||||
python_version: PythonVersion::default(),
|
||||
python_platform: PythonPlatform::default(),
|
||||
search_paths: SearchPathSettings {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue