mirror of
https://github.com/astral-sh/ruff.git
synced 2025-11-01 12:25:45 +00:00
Co-authored-by: Micha Reiser <micha@reiser.io> Co-authored-by: Alex Waygood <Alex.Waygood@Gmail.com> |
||
|---|---|---|
| .. | ||
| fstring-completions | ||
| higher-level-symbols-preferred | ||
| import-deprioritizes-dunder | ||
| import-deprioritizes-sunder | ||
| internal-typeshed-hidden | ||
| none-completion | ||
| numpy-array | ||
| object-attr-instance-methods | ||
| raise-uses-base-exception | ||
| scope-existing-over-new-import | ||
| scope-prioritize-closer | ||
| scope-simple-long-identifier | ||
| tstring-completions | ||
| ty-extensions-lower-stdlib | ||
| type-var-typing-over-ast | ||
| README.md | ||
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:
- Check
completion.tomlfor relevant settings. - Run
uv.lockafter updatingpyproject.toml(if necessary) to ensure the dependency versions are locked.