## Summary The `rust-toolchain.toml` specifies the rust toolchain version that we use for development. Consumers of the `ty` package can use any Rust versiono (that meets our MSRV) to build ty from an sdist. ## Test Plan Ran `uv build` and verified that the `rust-toolchain.toml` is no longer present in the `sdist` folder. I uninstalled all Rust toolchains and verified that `cargo build` re-installs the latest stable version. I verified that `cargo build` automatically installs the latest stable if the default Rust toolchain doesn't meet the MSRV. |
||
|---|---|---|
| .github | ||
| python/ty | ||
| ruff@82d31a6014 | ||
| scripts | ||
| .editorconfig | ||
| .gitattributes | ||
| .gitignore | ||
| .gitmodules | ||
| .markdownlint.yaml | ||
| .pre-commit-config.yaml | ||
| .python-version | ||
| _typos.toml | ||
| CODE_OF_CONDUCT.md | ||
| CONTRIBUTING.md | ||
| dist-workspace.toml | ||
| Dockerfile | ||
| LICENSE | ||
| pyproject.toml | ||
| README.md | ||
| SECURITY.md | ||
| uv.lock | ||
ty
An extremely fast Python type checker and language server, written in Rust.
This project is still in development and is not ready for production use.
Getting involved
If you have questions or want to report a bug, please open an issue in this repository.
Development of this project takes place in the Ruff repository
at this time. Please open pull requests there for changes
to anything in the ruff submodule (which includes all of the Rust source code).
See the contributing guide for more details.
License
ty is licensed under the MIT license (LICENSE or https://opensource.org/licenses/MIT).
Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in ty by you, as defined in the MIT license, shall be licensed as above, without any additional terms or conditions.