Summary
Add PLC0415 (import-outside-top-level) to template/ruff.toml.
Reasons
- Enforce consistent import discipline across template-based projects
- Catch imports hidden inside functions with no good reason
TID253 not needed — all current projects use lightweight deps, no lazy loading required
- Legitimate exceptions use
# noqa: PLC0415
Summary
Add
PLC0415(import-outside-top-level) totemplate/ruff.toml.Reasons
TID253not needed — all current projects use lightweight deps, no lazy loading required# noqa: PLC0415