Add typehints for richer editor support #22
Loading…
Reference in New Issue
No description provided.
Delete Branch "%!s(<nil>)"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
One of the major benefits of adding type hints to python code is that it makes the latter dev experience since it helps autocomplete tools provide much more relevant completion results. The further obvious benefit is that static typing tools can help find bugs before runtime
This is a very small codebase and not performance critical, plus my editor does not have support for this so i'm not interested.
But if somebody else wants to do this, PRs welcome :)
[Maintenance] Add typehints for richer editor supportto Add typehints for richer editor support