This repository was archived by the owner on Dec 15, 2022. It is now read-only.
This repository was archived by the owner on Dec 15, 2022. It is now read-only.
Support richer type annotations #273
Closed
Description
Description
Richer type annotations are not supported yet.
Steps to Reproduce
variable:str = 'hi'
def task(arg:special[str]) -> something.something[str, abc.xyz, int]:
pass
Expected behavior: All of the given type annotations should be marked
Actual behavior: None of them are marked properly
Versions
Additional Information
I've created a very permissive regex that works for me, but definitely needs improving before production.
Metadata
Metadata
Assignees
Labels
No labels