-
-
Notifications
You must be signed in to change notification settings - Fork 1.8k
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
Metaclass issues in stubs for Redis #9127
Comments
Metaclass stuff in various third-party packages, I guess from the new mypy release. #9123's CI should ideally have caught it. |
I am working on fixing metaclasses stuff.
|
Two thoughts:
|
Observations:
It is the same object, but re-exported in different modules. No need to report it twice.
|
Stubtest does that with any object that's re-exported in another module. (It's not ideal behavior, but it's not unique to the new metaclass-related check.) |
To update on the status here: I believe @Avasam fixed all the SQLAlchemy metaclass issues. There may still be quite a few metaclass-related allowlist entries for our Redis stubs that we could fix, however. |
Concerning Redis: Subclassing
|
Runs listed here: https://github.com/python/typeshed/actions/workflows/daily.yml
The text was updated successfully, but these errors were encountered: