ruff/crates/ty
Aria Desires 2e44a861cb
[ty] Disable possibly-missing-imports by default (#22041)
@carljm put forth a reasonably compelling argument that just disabling
this lint might be advisable. If we agree, here's the implementation.

* Fixes https://github.com/astral-sh/ty/issues/309

---------

Co-authored-by: Carl Meyer <carl@astral.sh>
2025-12-18 20:06:34 +00:00
..
docs [ty] Disable possibly-missing-imports by default (#22041) 2025-12-18 20:06:34 +00:00
src [ty] Document `TY_CONFIG_FILE` (#22001) 2025-12-16 13:15:24 +01:00
tests [ty] Fix some configuration panics in the LSP (#22040) 2025-12-18 09:47:02 -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.