Skip to content
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
@shadow-light

Description

@shadow-light

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

50aa96b

Additional Information

I've created a very permissive regex that works for me, but definitely needs improving before production.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions