An extremely fast Python type checker and language server, written in Rust.
Find a file
Micha Reiser 595b320e21
Exclude rust-toolchain.toml (#249)
## 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.
2025-05-07 12:49:04 -05:00
.github Add basic issue template (#67) 2025-05-07 16:41:20 +02:00
python/ty Configure Python build system (#8) 2025-05-05 11:43:26 +02:00
ruff@82d31a6014 Bump version to 0.0.0a6 (#248) 2025-05-07 11:42:52 -05:00
scripts Move rooster into a dependency group for locking (#64) 2025-05-06 10:38:28 -05:00
.editorconfig Setup pre-commit (#28) 2025-05-05 16:38:54 +02:00
.gitattributes Add .gitattributes to enforce lf line ending (#29) 2025-05-05 16:39:10 +02:00
.gitignore Initial commit 2025-05-02 11:37:31 -05:00
.gitmodules Add ruff as a submodule 2025-05-02 11:41:08 -05:00
.markdownlint.yaml Setup pre-commit (#28) 2025-05-05 16:38:54 +02:00
.pre-commit-config.yaml Add basic CI job (#69) 2025-05-07 16:32:58 +02:00
.python-version Commit the uv.lock and .python-version files (#61) 2025-05-06 09:45:39 -05:00
_typos.toml Update email in code of conduct (#55) 2025-05-06 08:32:29 +02:00
CODE_OF_CONDUCT.md Update email in code of conduct (#55) 2025-05-06 08:32:29 +02:00
CONTRIBUTING.md Add basic CI job (#69) 2025-05-07 16:32:58 +02:00
dist-workspace.toml Bump version to 0.0.0a6 (#248) 2025-05-07 11:42:52 -05:00
Dockerfile Enable Docker build workflow (#38) 2025-05-05 15:48:32 -05:00
LICENSE Drop -MIT suffix from license file (#26) 2025-05-05 08:31:14 -05:00
pyproject.toml Exclude rust-toolchain.toml (#249) 2025-05-07 12:49:04 -05:00
README.md Update README.md (#70) 2025-05-07 14:47:41 +00:00
SECURITY.md Add SECURITY.md (#23) 2025-05-05 15:18:41 +02:00
uv.lock Bump version to 0.0.0a6 (#248) 2025-05-07 11:42:52 -05:00

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.