ruff/crates/ty
Dhruv Manilawala 1ddda241f6
[ty] Add an empty line to separate bullet points (#19195)
Without the newline, the rendering would just combine all the bullet
points in a single line like in
https://docs.astral.sh/ty/reference/configuration/#exclude_1. With the
empty line, it would be similar to
https://docs.astral.sh/ty/reference/configuration/#include_1.
2025-07-08 05:10:31 +00:00
..
docs [ty] Add an empty line to separate bullet points (#19195) 2025-07-08 05:10:31 +00:00
src [ty] Add separate CI job for memory usage stats (#19134) 2025-07-07 12:17:02 -04:00
tests [ty] Update docs links (#19092) 2025-07-02 17:34:56 +02:00
CONTRIBUTING.md Fix link typo in ty's CONTRIBUTING.md (#18923) 2025-06-24 20:23:31 +00:00
Cargo.toml [ty] Update docs links (#19092) 2025-07-02 17:34:56 +02:00
README.md [ty] contribution guide (#18061) 2025-05-13 10:55:01 +02:00
build.rs Parse `dist-workspace.toml` for version (#17868) 2025-05-06 12:18:17 +00: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.