You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
$ pylint p.py************* Module pp.py:10:0: C0115: Missing class docstring (missing-class-docstring)p.py:11:33: E3701: Invalid usage of field(), it should be the value of an assignment within a dataclass. (invalid-field-call)p.py:29:7: R2004: Consider using a named constant or an enum instead of '6'. (magic-value-comparison)-----------------------------------Your code has been rated at 5.33/10
I am just checking if this is the correct way to use it (and therefore pylint might need to learn the dataclass-wizard-way), or "you are doing something wrong".
What I Did
Paste the command(s) you ran and the output.
If there was a crash, please include the traceback here.
The text was updated successfully, but these errors were encountered:
Description
Describe what you were trying to get done.
Tell us what happened, what went wrong, and what you expected to happen.
If I run exactly the "Dataclass Properties with property_wizard" (https://dataclass-wizard.readthedocs.io/en/stable/) example, I get
I am just checking if this is the correct way to use it (and therefore pylint might need to learn the
dataclass-wizard
-way), or "you are doing something wrong".What I Did
The text was updated successfully, but these errors were encountered: