Static type checker #3
Loading…
Reference in a new issue
No description provided.
Delete branch "%!s()"
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?
Type annotations are used at most code. This is nice but it would be more helpful if they are checked as well. So a static type checker would be nice to have. Maybe it's just about documenting in the README how to run one.
MyPy
seems to be the standard but I don't know if it's the best.One thing to do my MyPy would be to annotate the imported modules or supply type hints.