mirror of
https://github.com/astral-sh/ty.git
synced 2025-12-23 05:36:53 +00:00
update implicit root docs (#1869)
As of https://github.com/astral-sh/ruff/pull/21817, ./tests are no longer implicitly included.
This commit is contained in:
parent
ef3d48ac4a
commit
b5854c5a14
1 changed files with 2 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue