temoa icon indicating copy to clipboard operation
temoa copied to clipboard

Issue 2: Optimize imports for type checking with TC rules

Open ParticularlyPythonicBS opened this issue 1 month ago • 0 comments

Enable and fix all TC (flake8-type-checking) rules to move type-only imports into TYPE_CHECKING blocks, reducing runtime import overhead and improving startup performance.

Scope TC001: Move application imports into TYPE_CHECKING blocks TC003: Move standard library imports into TYPE_CHECKING blocks TC004: Fix imports incorrectly placed in TYPE_CHECKING (used at runtime)

ParticularlyPythonicBS avatar Nov 21 '25 03:11 ParticularlyPythonicBS