ruff/crates/ty
Matthew Mckee 5ea30c4c53
Some checks failed
CI / Determine changes (push) Has been cancelled
CI / cargo fmt (push) Has been cancelled
CI / python package (push) Has been cancelled
CI / pre-commit (push) Has been cancelled
CI / mkdocs (push) Has been cancelled
[ty Playground] Release / publish (push) Has been cancelled
CI / cargo clippy (push) Has been cancelled
CI / cargo test (linux) (push) Has been cancelled
CI / cargo test (linux, release) (push) Has been cancelled
CI / cargo test (${{ github.repository == 'astral-sh/ruff' && 'depot-windows-2022-16' || 'windows-latest' }}) (push) Has been cancelled
CI / cargo test (macos-latest) (push) Has been cancelled
CI / cargo test (wasm) (push) Has been cancelled
CI / cargo build (msrv) (push) Has been cancelled
CI / cargo fuzz build (push) Has been cancelled
CI / fuzz parser (push) Has been cancelled
CI / test scripts (push) Has been cancelled
CI / ecosystem (push) Has been cancelled
CI / Fuzz for new ty panics (push) Has been cancelled
CI / cargo shear (push) Has been cancelled
CI / ty completion evaluation (push) Has been cancelled
CI / formatter instabilities and black similarity (push) Has been cancelled
CI / test ruff-lsp (push) Has been cancelled
CI / benchmarks walltime (build) (push) Has been cancelled
CI / check playground (push) Has been cancelled
CI / benchmarks instrumented (ruff) (push) Has been cancelled
CI / benchmarks instrumented ty (build) (push) Has been cancelled
CI / benchmarks instrumented ty (attrs|hydra|datetype) (push) Has been cancelled
CI / benchmarks instrumented ty (check_file|micro|anyio) (push) Has been cancelled
CI / benchmarks walltime (colour_science) (push) Has been cancelled
CI / benchmarks walltime (pandas|tanjun|altair) (push) Has been cancelled
CI / benchmarks walltime (pydantic|multithreaded|freqtrade) (push) Has been cancelled
CI / benchmarks walltime (static_frame|sympy) (push) Has been cancelled
Show both ty.toml and pyproject.toml examples in configuration reference (#22144)
Co-authored-by: Micha Reiser <micha@reiser.io>
2025-12-23 09:49:44 +01:00
..
docs Show both ty.toml and pyproject.toml examples in configuration reference (#22144) 2025-12-23 09:49:44 +01:00
src [ty] Add ty.configuration and ty.configurationFile options (#22053) 2025-12-22 16:13:20 +01:00
tests [ty] Use ModuleName::new_static in more places (#22156) 2025-12-23 09:24:49 +01:00
build.rs [ty] Fix server version (#19284) 2025-07-14 09:06:34 +02:00
Cargo.toml [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
README.md Update README to remove production warning (#21899) 2025-12-10 17:25:41 +01:00

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.