mirror of
https://github.com/astral-sh/ruff.git
synced 2025-10-18 06:18:42 +00: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.
5 lines
118 B
Python
5 lines
118 B
Python
zqzqzq_global_identifier = 1
|
|
|
|
def foo():
|
|
zqzqzq_local_identifier = 1
|
|
zqzqzq_<CURSOR: zqzqzq_local_identifier>
|