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
With some new checks recently added to pylint, I had to temporarily set pylint's flag -max-positional-arguments 20, in order to run the linter successfully. Maybe that should be a hint that now the time has come to go through all function signatures and see, if we can make some arguments keyword-only.
The text was updated successfully, but these errors were encountered:
With some new checks recently added to pylint, I had to temporarily set pylint's flag
-max-positional-arguments 20
, in order to run the linter successfully. Maybe that should be a hint that now the time has come to go through all function signatures and see, if we can make some arguments keyword-only.The text was updated successfully, but these errors were encountered: