From c5708674dba77966f22072beb1f9fbca919981fd Mon Sep 17 00:00:00 2001 From: Aria Desires Date: Fri, 12 Dec 2025 13:31:52 -0500 Subject: [PATCH] regen --- 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 9be756b971..4ecf8f8399 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) -Additionally, if a `./python` directory exists and is not a package (i.e. it does not contain an `__init__.py` or `__init__.pyi` file), +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), it will also be included in the first party search path. **Default value**: `null`