seismometer
seismometer copied to clipboard
Reduce number of typing warnings
Problem Summary
Running mypy on the code base produces a number of typing errors. Many of them are benign but given our expectations around typing in the codebase, we should address these so it is easier to notice any actual functional issues related to typing.
Steps to Reproduce
- run mypy on src/*
Suggested fix
Review the errors and correct typing hints.