mirror of
https://github.com/astral-sh/ruff.git
synced 2025-09-30 05:45:24 +00:00
Remove workspace support (#15472)
This commit is contained in:
parent
bec8441cf5
commit
18d5dbfb7f
49 changed files with 1428 additions and 2326 deletions
|
@ -50,7 +50,7 @@ impl ModuleDb {
|
|||
let db = Self::default();
|
||||
Program::from_settings(
|
||||
&db,
|
||||
&ProgramSettings {
|
||||
ProgramSettings {
|
||||
python_version,
|
||||
python_platform: PythonPlatform::default(),
|
||||
search_paths,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue