Open heartsucker opened 5 years ago
Discussed in backlog review today.
We do have types for many signals/slots now, but as with #25 (mypy type checks), it would be good to have a static check to generate a coverage report.
Discussed as a possible mypy plugin in python-qt-tools/PyQt5-stubs#68.
If the signature of a signal/slot changes or they're called with different args, it will break in prod and we should do our best to test and ensure our types don't change.