Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
LSchueler opened this issue Nov 20, 2024 · 0 comments
Labels

Comments

@LSchueler
Copy link
Member

LSchueler commented Nov 20, 2024

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant