Skip to content

We should think about checking all functions for possible keyword-only arguments #371

Description

@LSchueler

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.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions