Skip to content

Inconsistent use of Type Hints #2

@teward

Description

@teward

I noticed that there is an inconsistent use of Type Hits within this program.

Some modules and functions have type hints in place, others do not.

Specifically, the run command doesn't have type hints, while many of the other commands do.

def run(cwd=os.getcwd(), strict=True, verbose=False, **kwargs):

Have you considered adding type hints?

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions