You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Start migrating source code to strict typing (#283)
In this commit, we start the process of migrating the project to being
strictly typed with mypy.
To do this, we use mypy config to enable all strict type rules that
apply to the module level (some strict rules can't be applied at the
module level). We also specify a list of modules to apply those rules
against. The goal will be to gradually add more modules to the list
until we've added all of the modules, at which point we will check the
entire source directory with `strict` enabled.
0 commit comments