Open
Description
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.