Skip to content

Put in type hints when initializing variables #189

@snoopyjc

Description

@snoopyjc

Put in type hints when initializing int, float, and str variables. For example, generate:

i: int = 0
f: float = 1.5
s: str = 'abc'

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions