memphis.py icon indicating copy to clipboard operation
memphis.py copied to clipboard

Re-enable E1101 message from Pylint

Open rnowling-memphis opened this issue 1 year ago • 0 comments

E1101 (no-member) is raised when trying to access a member of an object that doesn't exist. This can generate false positives but it's a really good sanity check to have enabled. Once #159 and #158 are handled through either code changes or locally disabling the E1101 message, E1101 should be reenabled globally.

rnowling-memphis avatar May 28 '23 11:05 rnowling-memphis