mirror of
https://github.com/astral-sh/ruff
synced 2026-01-20 21:10:48 -05:00
If a file doesn't have a `package`, then it must both be in a directory that lacks an `__init__.py`, and a directory that _isn't_ marked as a namespace package. Closes #2075.