ruff/crates/ty
Andrew Gallant 9285b020b3
wip
2025-09-25 14:53:34 -04:00
..
docs [ty] Add GitHub output format (#20358) 2025-09-17 09:50:25 -04:00
src wip 2025-09-25 14:53:34 -04:00
tests [ty] Search PYTHONPATH to find modules (#20441) 2025-09-20 13:40:10 +02:00
build.rs [ty] Fix server version (#19284) 2025-07-14 09:06:34 +02:00
Cargo.toml wip 2025-09-25 14:53:34 -04:00
CONTRIBUTING.md Fix link typo in ty's CONTRIBUTING.md (#18923) 2025-06-24 20:23:31 +00:00
README.md [ty] contribution guide (#18061) 2025-05-13 10:55:01 +02:00

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.