mirror of
https://github.com/astral-sh/ty.git
synced 2025-12-23 05:36:53 +00:00
Add reference to tracking issue
This commit is contained in:
parent
ada865a74b
commit
4fbc4ad900
1 changed files with 2 additions and 1 deletions
|
|
@ -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?
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue