ruff
38351e00 - [red-knot] Partial revert of relative import handling for files in the root of a search path (#16001)

Commit
217 days ago
[red-knot] Partial revert of relative import handling for files in the root of a search path (#16001) ## Summary This PR reverts the behavior changes from https://github.com/astral-sh/ruff/pull/15990 But it isn't just a revert, it also: * Adds a test covering this specific behavior * Preserves the improvement to use `saturating_sub` in the package case to avoid overflows in the case of invalid syntax * Use `ancestors` instead of a `for` loop ## Test Plan Added test
Author
Parents
Loading