Fixes
- Correct TC101 (
... does not need to be a string literal
) logic so it only flags string literals (#122 by @shiftinv) - Fix a TC004 issue (
Move import ... out of type-checking block
) where we weren't handling all imports (#123 by @shiftinv) - Fix TC002 (
Move import ... into type checking block
) false positives (#124)