We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 503cfe2 commit 453ffa0Copy full SHA for 453ffa0
docs/modules.md
@@ -27,6 +27,10 @@ then set [`environment.root`](./reference/configuration.md#root) in your `pyproj
27
root = ["./app"]
28
```
29
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
32
+`__init__.pyi` file).
33
+
34
## Third-party modules
35
36
Third-party modules are Python packages that are not part of your project or the standard library.
0 commit comments