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
My local environment was using Python 3.8.10 which still led to one error after installing the requirements as specified in devrequirements.txt.
mypy mitiq --show-error-codes
mitiq/observable/observable.py:185: error: "defaultdict" is not subscriptable, use "typing.DefaultDict" instead [misc]
I propose we close this issue but add details about the checks being restricted to Python 3.11 in #2029 or we could instead change the Contributing guidelines to have a Python 3.11 environment.
Issue Description
If type checks are done locally, the following errors are raised.
How to Reproduce
The text was updated successfully, but these errors were encountered: