-
-
Notifications
You must be signed in to change notification settings - Fork 372
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
kw_only=True in class cannot be overridden by attributes #481
Comments
That’s a good question. It’s inconsistent with other settings where attribute settings always take precedence over class settings. Kw_only is kind of special but probably not special enough to break that contract? 🤔 |
Let me know if this changes because I'll have to update the mypy plugin. (Currently it's written with the current behavior) |
Just wondering if there's still planned support for overriding the class |
“Planned” is a strong word, but a good PR has good chances to get merged. |
I think I'll do some brain-storming on this. |
Mostly wondering if this is expected/desired:
The text was updated successfully, but these errors were encountered: