.github | ||
python/ty | ||
ruff@4510a236d3 | ||
scripts | ||
.editorconfig | ||
.gitattributes | ||
.gitignore | ||
.gitmodules | ||
.markdownlint.yaml | ||
.pre-commit-config.yaml | ||
_typos.toml | ||
CODE_OF_CONDUCT.md | ||
CONTRIBUTING.md | ||
dist-workspace.toml | ||
Dockerfile | ||
LICENSE | ||
pyproject.toml | ||
README.md | ||
SECURITY.md |
ty
An extremely fast Python type checker, 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.