Release Notes
Enhancements
- Include synthesized arguments in displayed counts for
too-many-positional-arguments
(#18098)
Bug fixes
- Fix
redundant-cast
false positives when casting toUnknown
(#18111) - Fix normalization of unions containing instances parameterized with unions (#18112)
- Make dataclass instances adhere to DataclassInstance (#18115)
CLI
- Change layout of extra verbose output and respect
--color
for verbose output (#18089)
Documentation
- Use Cargo-style versions in the changelog (#397)
Contributors
Install ty 0.0.1-alpha.3
Install prebuilt binaries via shell script
curl --proto '=https' --tlsv1.2 -LsSf https://github.com/astral-sh/ty/releases/download/0.0.1-alpha.3/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.3/ty-installer.ps1 | iex"