-
Notifications
You must be signed in to change notification settings - Fork 17
Open
Labels
enhancementNew feature or requestNew feature or requestgood first issueGood for newcomersGood for newcomers
Description
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.
Line 9 in c978be1
| def run(cwd=os.getcwd(), strict=True, verbose=False, **kwargs): |
Have you considered adding type hints?
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or requestgood first issueGood for newcomersGood for newcomers