-
-
Notifications
You must be signed in to change notification settings - Fork 324
Rewrite style props #936
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
Rewrite style props #936
Conversation
Do we want to tackle the |
So |
Pylint catches a lot of things that I've seen mypy miss. Typically that's a fairly useful error to retain. It seems like a bug within Pylint, and the generally accepted solution is to directly call the decorator, rather than using the https://stackoverflow.com/questions/40135129/pylint-getting-it-to-understand-decorators |
Checklist
Please update this checklist as you complete each item:
changelog.rst
has been updated with any significant changes.