update implicit root docs (#1869)
Some checks failed
CI / python package (push) Has been cancelled
CI / pre-commit (push) Has been cancelled
CI / Check generated files unedited (push) Has been cancelled
CI / mkdocs (push) Has been cancelled

As of https://github.com/astral-sh/ruff/pull/21817, ./tests are no
longer implicitly included.
This commit is contained in:
Aria Desires 2025-12-13 14:53:58 -05:00 committed by GitHub
parent ef3d48ac4a
commit b5854c5a14
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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