Open seasonedfish opened 1 year ago
I love that you use types! Mypy doesn't handle third party libraries (e.g. pyqtgraph
) unless you provide type stubs, hence I didn't adopt Mypy, and typed just enough to make me and Pylance happy. In general, I'd turn on ignore_missing_imports
and just fix type bugs in our own code.
Ah, gotcha!
Running mypy today made me sad, we should fix these type errors eventually.
116 errors, 184 lines of output