ruff/crates/ty
Zanie Blue 051f6896ac
[ty] Remove extra headings and split examples in the `overrides` configuration docs (#21994)
Having these as markdown headings ends up being weird in the reference
documentation, e.g., before:

<img width="1071" height="779" alt="Screenshot 2025-12-15 at 8 45 25 PM"
src="https://github.com/user-attachments/assets/2118d4f1-f557-46f3-a4b6-56c406cf9aca"
/>
2025-12-16 06:57:06 -06:00
..
docs [ty] Remove extra headings and split examples in the `overrides` configuration docs (#21994) 2025-12-16 06:57:06 -06:00
src [ty] Document `TY_CONFIG_FILE` (#22001) 2025-12-16 13:15:24 +01:00
tests [ty] Improve resolution of absolute imports in tests (#21817) 2025-12-12 11:59:06 -05:00
CONTRIBUTING.md Fix link typo in ty's CONTRIBUTING.md (#18923) 2025-06-24 20:23:31 +00:00
Cargo.toml [ty] Use jemalloc on linux (#21975) 2025-12-15 16:04:34 +01: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.