ruff/crates/ty
Micha Reiser 90026047f9
[ty] Use python version and path from Python extension (#19012)
2025-07-14 09:47:27 +00:00
..
docs [ty] Add a `--quiet` mode (#19233) 2025-07-10 09:40:47 -05:00
src [ty] Use python version and path from Python extension (#19012) 2025-07-14 09:47:27 +00:00
tests Update Rust crate toml to 0.9.0 (#19320) 2025-07-14 13:11:10 +05:30
CONTRIBUTING.md Fix link typo in ty's CONTRIBUTING.md (#18923) 2025-06-24 20:23:31 +00:00
Cargo.toml [ty] Remove countme from salsa-structs (#19257) 2025-07-10 11:45:09 +00:00
README.md [ty] contribution guide (#18061) 2025-05-13 10:55:01 +02:00
build.rs [ty] Fix server version (#19284) 2025-07-14 09:06:34 +02:00

README.md

ty

ty is an extremely fast type checker. Currently, it is a work-in-progress and not ready for production use.

The Rust code for ty lives in this repository; see CONTRIBUTING.md for more information on contributing to ty.

See the ty repo for ty documentation and releases.