seismometer icon indicating copy to clipboard operation
seismometer copied to clipboard

Reduce number of typing warnings

Open firste opened this issue 1 year ago • 0 comments

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

  1. run mypy on src/*

Suggested fix

Review the errors and correct typing hints.

firste avatar Aug 15 '24 13:08 firste