You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In #153 we added pyright type checking to the github workflow. Currently we are dodging a large number of errors with # type: ignore comments. These need to be removed and the typing needs to be fixed.
The text was updated successfully, but these errors were encountered:
In #153 we added pyright type checking to the github workflow. Currently we are dodging a large number of errors with
# type: ignore
comments. These need to be removed and the typing needs to be fixed.The text was updated successfully, but these errors were encountered: