mirror of https://github.com/astral-sh/ruff
12 lines
490 B
Markdown
12 lines
490 B
Markdown
This directory contains truth data for ty's completion evaluation.
|
|
|
|
# Adding new truth data
|
|
|
|
To add new truth data, you can either add a new `<CURSOR>` directive to an
|
|
existing Python project in this directory or create a new Python project. To
|
|
create a new directory, just `cp -a existing new` and modify it as needed. Then:
|
|
|
|
1. Check `completion.toml` for relevant settings.
|
|
2. Run `uv.lock` after updating `pyproject.toml` (if necessary) to ensure the
|
|
dependency versions are locked.
|