Enable pylint 'R' messages

Issue #10 resolved
Shane Anderson created an issue

Enable 'R' messages in pyproject.toml config and fix any resulting issues.

[tool.pylint.'MESSAGES CONTROL']
disable = ["W", "C", "R"]

Comments (3)

  1. Log in to comment