Skip to content

Commit b5854c5

Browse files
authored
update implicit root docs (#1869)
As of astral-sh/ruff#21817, ./tests are no longer implicitly included.
1 parent ef3d48a commit b5854c5

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

docs/modules.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,8 @@ then set [`environment.root`](./reference/configuration.md#root) in your `pyproj
2727
root = ["./app"]
2828
```
2929

30-
Note that `python` and `tests` folders are automatically added to the project `root` if they exist,
31-
and if they are not packages themselves (i.e. they do not contain an `__init__.py` file or an
30+
Note that a `./python` folder is automatically added to the project `root` if it exists,
31+
and is not itself a package (i.e. does not contain an `__init__.py` file or an
3232
`__init__.pyi` file).
3333

3434
## Third-party modules

0 commit comments

Comments
 (0)