We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
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
$ mypy bin/insubcl.py bin/insubcl.py:3: error: Too few arguments for "__init_subclass__" of "object" $ cat bin/insubcl.py class X: def __init_subclass__(cls) -> None: super().__init_subclass__() $ mypy --version mypy 0.730+dev.36fcf1d5aa0f5656ac367bc66aba6e390f82ea9a.dirty
This code works correctly at runtime and the latest release accepts it.
The text was updated successfully, but these errors were encountered:
I didn't check, but it is likely a regression caused by #7232
cc @tavianator
Sorry, something went wrong.
semanal: Treat __init_subclass__ as an implicit classmethod (#7355)
5b8ca1f
Fixes #7352
Successfully merging a pull request may close this issue.
This code works correctly at runtime and the latest release accepts it.
The text was updated successfully, but these errors were encountered: