From b5854c5a14fa05e19ea525adfeb7acd8b4bfa23c Mon Sep 17 00:00:00 2001 From: Aria Desires Date: Sat, 13 Dec 2025 14:53:58 -0500 Subject: [PATCH] update implicit root docs (#1869) As of https://github.com/astral-sh/ruff/pull/21817, ./tests are no longer implicitly included. --- docs/modules.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/modules.md b/docs/modules.md index 6296d4b..a9e33ab 100644 --- a/docs/modules.md +++ b/docs/modules.md @@ -27,8 +27,8 @@ then set [`environment.root`](./reference/configuration.md#root) in your `pyproj root = ["./app"] ``` -Note that `python` and `tests` folders are automatically added to the project `root` if they exist, -and if they are not packages themselves (i.e. they do not contain an `__init__.py` file or an +Note that a `./python` folder is automatically added to the project `root` if it exists, +and is not itself a package (i.e. does not contain an `__init__.py` file or an `__init__.pyi` file). ## Third-party modules