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
When handling dataclasses, if there is an init method in parent class, pylint sees this as an exception for child class arguments. The code runs without an exception but pylint complains as errors.
@AWhetter Didn't realize comment was a mark down. All indentations were removed. I fixed the comment on steps to reproduce. Thank you for looking into this.
Hello.
When handling dataclasses, if there is an init method in parent class, pylint sees this as an exception for child class arguments. The code runs without an exception but pylint complains as errors.
Steps to reproduce
1.Install python 3.7
2.Install pylint (2.3.1)
3.Run code
Expected behavior
No error reported
pylint --version output
2.3.1
The text was updated successfully, but these errors were encountered: