Skip to content

Leverage PEP 484 inline types instead of .pyi files #2481

@JLLeitschuh

Description

@JLLeitschuh

PEP 484 support was added in Python 3.5, and this library supports 3.7+, as such the .pyi files are now redundant and types can be included in line directly in the source files.

I'd like to propose that new classes use PEP 484, and old classes are slowly migrated to use PEP 484 over time.

Thoughts?

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