Closed snowman2 closed 1 month ago
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:
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: