From 39c13d70b9e1a4f3c6cdd8515699d83ea13e6d75 Mon Sep 17 00:00:00 2001 From: Aria Desires Date: Fri, 12 Dec 2025 13:20:44 -0500 Subject: [PATCH] [ty] update implicit root docs --- crates/ty/docs/configuration.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crates/ty/docs/configuration.md b/crates/ty/docs/configuration.md index 4ecf8f8399..9be756b971 100644 --- a/crates/ty/docs/configuration.md +++ b/crates/ty/docs/configuration.md @@ -158,7 +158,7 @@ If left unspecified, ty will try to detect common project layouts and initialize * if a `.//` directory exists, include `.` and `./` in the first party search path * otherwise, default to `.` (flat layout) -Besides, if a `./python` or `./tests` directory exists and is not a package (i.e. it does not contain an `__init__.py` or `__init__.pyi` file), +Additionally, if a `./python` directory exists and is not a package (i.e. it does not contain an `__init__.py` or `__init__.pyi` file), it will also be included in the first party search path. **Default value**: `null`