Adopt mypy as a static type checker #7
Loading…
Reference in New Issue
No description provided.
Delete Branch "tvb/typecheck"
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?
This change adopts
mypy
as the type checker for Amanuensis. The Amanuensis codebase is already annotated with types in most places, so this merely brings that to the new code.