ruff/crates/ruff_python_resolver
Charlie Marsh 13af91299d Avoid walking past root when resolving imports (#6126)
## Summary

Noticed in #5954: we walk _past_ the root rather than stopping _at_ the
root when attempting to traverse along the parent path. It's effectively
an off-by-one bug.
2023-07-27 10:22:13 -04:00
..
resources/test/airflow Add a snapshot test for native module resolution (#5423) 2023-06-28 18:16:39 +00:00
src Avoid walking past root when resolving imports (#6126) 2023-07-27 10:22:13 -04:00
Cargo.toml Add snapshot tests for resolver (#5404) 2023-06-28 13:38:51 +00:00