Skip to content

LNT: Address pylint too-many-positional-arguments#806

Merged
snowman2 merged 1 commit intocorteva:masterfrom
snowman2:lint
Oct 2, 2024
Merged

LNT: Address pylint too-many-positional-arguments#806
snowman2 merged 1 commit intocorteva:masterfrom
snowman2:lint

Conversation

@snowman2
Copy link
Copy Markdown
Member

@snowman2 snowman2 commented Oct 2, 2024

pylint has a new rule: https://pylint.pycqa.org/en/latest/user_guide/messages/refactor/too-many-positional-arguments.html

This change will enforce the usage of kwargs.

Benefits:

  • code more readable
  • code more robust
  • reduce coding errors when making changes

@snowman2 snowman2 added this to the 0.17.1 milestone Oct 2, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant