Enable pylint 'W' messages

Issue #8 resolved
Shane Anderson created an issue

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

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

Comments (4)

  1. Log in to comment