Release Notes
Server
- Improve support for
object.<CURSOR>
completions (#18629)
Configuration
- Add file inclusion and exclusion (#18498)
- Infer the Python version from
--python=<system installation>
on Unix (#18550)
Bug fixes
- Delay computation of 'unbound' visibility for implicit instance attributes (#18669).
This fixes a significant performance regression in version 0.0.1-alpha.9.
Typing semantics and features
- Support the
del
statement; model implicit deletion of except handler names (#18593)
Release
- Include ruff/ directory in release source tarballs (#617)
Contributors
Install ty 0.0.1-alpha.10
Install prebuilt binaries via shell script
curl --proto '=https' --tlsv1.2 -LsSf https://github.com/astral-sh/ty/releases/download/0.0.1-alpha.10/ty-installer.sh | sh
Install prebuilt binaries via powershell script
powershell -ExecutionPolicy Bypass -c "irm https://github.com/astral-sh/ty/releases/download/0.0.1-alpha.10/ty-installer.ps1 | iex"