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 3.3.0 comes with a new checker:
- too-many-positional-arguments / R0917
Disable this checker: it limits the functions to 5 positional arguments
and requires to use the '*' delimiter to split the positional and
optional arguments.
Change-Id: Ibbf31808a6b54c73bb354ada0e76de35b74aad12
0 commit comments