evals: Enable Python LSP (#29987)

We now have one eval that uses a Python repo


Release Notes:

- N/A
This commit is contained in:
Oleksiy Syvokon 2025-05-06 13:28:59 +03:00 committed by GitHub
parent 68793c0ac2
commit ac007139ab
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -52,7 +52,7 @@ struct Args {
/// Model provider to use.
#[arg(long, default_value = "anthropic")]
provider: String,
#[arg(long, value_delimiter = ',', default_value = "rs,ts")]
#[arg(long, value_delimiter = ',', default_value = "rs,ts,py")]
languages: Vec<String>,
/// How many times to run each example.
#[arg(long, default_value = "8")]