clarify docs

This commit is contained in:
Aria Desires 2025-12-12 10:34:37 -05:00
parent b5160fa709
commit 1d4d789912
1 changed files with 1 additions and 1 deletions

View File

@ -75,7 +75,7 @@ Basic heuristics like checking for `<working-dir>/src/` and resolving editables
work well in most cases, but desperate resolution is needed in a couple key scenarios: work well in most cases, but desperate resolution is needed in a couple key scenarios:
- Test or script directories have a tendency to assume extra search-paths that aren't structurally - Test or script directories have a tendency to assume extra search-paths that aren't structurally
obvious obvious ([notably pytest](https://docs.pytest.org/en/stable/explanation/pythonpath.html))
- If you open the root of a monorepo in an IDE, you will often have many separate projects but no - If you open the root of a monorepo in an IDE, you will often have many separate projects but no
configuration explaining this. Absolute imports within each project should resolve things in configuration explaining this. Absolute imports within each project should resolve things in
that project. that project.