Add type annotations
Add type annotations throughout codebase, add type stubs for mypy for static type analysis and add relevant packages to the dev extra.
Also tweaked a few classes/methods to fix some low-hanging fruit that mypy caught. The bigger issues I've punted on for now.