1 2 3 4 5 6 7 8 9 10 11 12 13
# ty configuration # # This repo is primarily Rust; Python is used for helper scripts. # Keep type checking scoped to `scripts/` to avoid treating the repository # as a Python package. [src] include = ["scripts"] [environment] python-version = "3.10"