Add reference to tracking issue

This commit is contained in:
David Peter 2025-12-17 14:14:35 +01:00
parent ada865a74b
commit 4fbc4ad900

View file

@ -116,7 +116,8 @@ ty reports *"Cannot resolve imported module …"*, check the following:
1. **Compiled extensions**: ty requires `.py` or `.pyi` files for type information. If a package
contains only compiled extensions (`.so` or `.pyd` files), you'll need stub files (`.pyi`) for ty
to understand the types.
to understand the types. See also [this issue](https://github.com/astral-sh/ty/issues/487) which
tracks improvements in this area.
## Does ty support monorepos?