mirror of
https://github.com/astral-sh/ruff
synced 2026-01-21 13:30:49 -05:00
This is still early days, but I hope the framework introduced here makes it very easy to add new truth data. Truth data should be seen as a form of regression test for non-ideal ranking of completion suggestions. I think it would help to read `crates/ty_completion_eval/README.md` first to get an idea of what you're reviewing.
8 lines
108 B
TOML
8 lines
108 B
TOML
[project]
|
|
name = "test"
|
|
version = "0.1.0"
|
|
requires-python = ">=3.13"
|
|
dependencies = [
|
|
"numpy>=2.3.3",
|
|
]
|