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
$ mypy --ignore-missing-imports test.py
test.py:4: error: Expected type in class pattern; found "Any" [misc]
Found 1 error in 1 file (checked 1 source file)
Your Environment
mypy 0.991 without config files on python 3.10 and 3.11
To Reproduce
https://mypy-play.net/?mypy=latest&python=3.11&flags=ignore-missing-imports&gist=03694364e4e855575f23ba9c625e804e
Expected Behavior
no error
Actual Behavior
Your Environment
mypy 0.991 without config files on python 3.10 and 3.11