Enable pylint 'C' messages

Issue #9 resolved
Shane Anderson created an issue

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

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

Comments (1)

  1. Log in to comment