mirror of
https://github.com/astral-sh/ruff.git
synced 2025-09-29 21:34:57 +00:00
[ty] Default to latest supported python version (#17938)
This commit is contained in:
parent
5eb215e8e5
commit
067a8ac574
8 changed files with 85 additions and 6 deletions
|
@ -191,7 +191,7 @@ mod tests {
|
|||
Program::from_settings(
|
||||
&db,
|
||||
ProgramSettings {
|
||||
python_version: PythonVersion::latest(),
|
||||
python_version: PythonVersion::latest_ty(),
|
||||
python_platform: PythonPlatform::default(),
|
||||
search_paths: SearchPathSettings {
|
||||
extra_paths: vec![],
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue