Files
ruff/docs
Dylan 512395f4e6 Stabilize new strategy for classifying imports as first party (#20268)
This stabilizes the behavior introduced in #16565 which (roughly) tries
to match an import like `import a.b.c` to an actual directory path
`a/b/c` in order to label it as first-party, rather than simply looking
for a directory `a`.

Mainly this affects the sorting of imports in the presence of namespace
packages, but a few other rules are affected as well.
2025-09-10 09:00:27 -04:00
..
2024-08-12 07:17:32 +00:00
2025-09-04 11:35:56 -05:00
2025-09-04 11:35:56 -05:00
2025-02-26 07:09:23 -08:00