Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
pylint: exclude rule: too-many-positional-arguments (code: R0917)
New version of Pylint have the rule for checking of positional arguments - complaining when more than 4 positional arguments exists. We do not want to refactor the code to make it happy and the default value cannot be set right now - that's planned for future Pylint versions at this moment. So excluding this rule. For more info: * https://pylint.readthedocs.io/en/latest/user_guide/messages/refactor/too-many-positional-arguments.html
- Loading branch information