ruff/crates/ty
Will Duke b6e84eca16
[ty] Document `invalid-syntax-in-forward-annotation` and `escape-character-in-forward-annotation` (#22130)
Co-authored-by: Alex Waygood <alex.waygood@gmail.com>
2025-12-21 19:35:44 +00:00
..
docs [ty] Document `invalid-syntax-in-forward-annotation` and `escape-character-in-forward-annotation` (#22130) 2025-12-21 19:35:44 +00:00
src [ty] Fix panic introduced in #22076 (#22112) 2025-12-20 07:53:45 -08:00
tests [ty] Move module resolver code into its own crate (#22106) 2025-12-21 11:00:34 +00:00
CONTRIBUTING.md Fix link typo in ty's CONTRIBUTING.md (#18923) 2025-06-24 20:23:31 +00:00
Cargo.toml [ty] Move module resolver code into its own crate (#22106) 2025-12-21 11:00:34 +00:00
README.md Update README to remove production warning (#21899) 2025-12-10 17:25:41 +01: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.

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.