
April 4, 2023
1:26 p.m.
Hi Richard, On Tue, 4 Apr 2023 at 12:49, Richard Hajek <richard.m.hajek@gmail.com> wrote:
I encountered that Enum having a len hid a mistake on my part. If len(Enum) raised, my mistake would be immediately apparent, however at the end of the day, my mistake was easily found.
Can any Python linting tools (such as pylint) detect a potential problem with the code? Thanks, James