From 4fbc4ad900f1152dbdf3cc2effd9855873c19cb1 Mon Sep 17 00:00:00 2001 From: David Peter Date: Wed, 17 Dec 2025 14:14:35 +0100 Subject: [PATCH] Add reference to tracking issue --- docs/reference/typing-faq.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/reference/typing-faq.md b/docs/reference/typing-faq.md index 5c6dba6..ce0d60c 100644 --- a/docs/reference/typing-faq.md +++ b/docs/reference/typing-faq.md @@ -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?