Closed bgottula closed 1 year ago
Done. I decided to keep the .pylintrc format for now. At some point if I start using a pyproject.toml in place of the current setup.py then I could reconsider.
I left a couple of rules disabled that I may want to enable in the future:
pylint.extensions.mccabe
which checks cyclomatic complexity. There are several functions and methods that violate this that I didn't want to spend time refactoring right this moment.duplicate-code
which of course checks for duplicate code. There are still a few instances of duplicate code that I need to address.
The Pylint config file needs a refresh for a couple reasons:
Do the following: