-
-
Notifications
You must be signed in to change notification settings - Fork 26
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
How to solve Python 3.8/3.9 changes in typing representation #126
Comments
Try: force_uppercase_builtins = true
force_union_syntax = true |
Nice finding! ... but it doesn't seem to be included here 😕 https://mypy.readthedocs.io/en/stable/config_file.html (Also, how about |
@stdedos please, open a mypy issue about that! I will include them right away! |
You ... did that already? 😅 python/mypy#16048 Or did you mean a PR for you here? 😕 |
Users don't know about them: typeddjango/pytest-mypy-plugins#126 Since they are quite important for testing, I think that it is a must to include them. --------- Co-authored-by: Alex Waygood <Alex.Waygood@Gmail.com>
I am facing some smaller
https://github.com/stdedos/matplotlib-stubs-hoel/actions/runs/6082319105/job/16499842737#step:6:107
or bigger problems
https://github.com/stdedos/matplotlib-stubs-hoel/actions/runs/6082319105/job/16499843642#step:6:107
when trying to
tox
-equivalent test withpytest-mypy-plugins
.Idk; would you be open to exposing e.g.
sys.version_info
?Something like
Or, to avoid the
X | Y
problem:How can I just
No overload variant of "__call__" of "Colormap" matches argument type "{{ rt }}" [call-overload]
is asserted, and ignore the notes?The text was updated successfully, but these errors were encountered: