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
@RJB17
I can confirm your problem with pylint 2.3.1 and astroid 2.2.5. However with the current master branch of astroid the problem disappears.
The emission of such message will thus disappear with the next version of astroid.
Reoccurence of 2326
Steps to reproduce
Current behavior
E1121: Too many positional arguments for constructor call (too-many-function-args)
Expected behavior
No too-many-function-args
pylint --version output
pylint 2.3.1
astroid 2.2.5
Python 3.7.2 (default, Jun 7 2019, 15:59:38)
[GCC 7.4.0]
The text was updated successfully, but these errors were encountered: