Skip to content

enhancement: adopt PEP 585 type hinting generics in Core Integrations #396

@sjrl

Description

@sjrl

Why

PEP 585 enabled collections in the Python standard library (like list) to be used as generics directly, instead of importing analogous members from the typing module (like typing.List).

When available, the PEP 585 syntax should be used instead of importing members from the typing module, as it's more concise and readable.

What to do

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