mirror of
https://github.com/astral-sh/ruff
synced 2026-01-21 21:40:51 -05:00
The docs previously mentioned an irrelevant config option, but were missing a link to the relevant `ignore-init-module-imports` config option which _is_ actually used. Additionally, this commit adds a link to the documentation to explain the conventions around a module interface which includes using a redundant import alias to preserve an unused import. (noticed this while filing #9962)