Hi Richard, On Tue, 4 Apr 2023 at 12:49, Richard Hajek <[email protected]> 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 _______________________________________________ Python-ideas mailing list -- [email protected] To unsubscribe send an email to [email protected] https://mail.python.org/mailman3/lists/python-ideas.python.org/ Message archived at https://mail.python.org/archives/list/[email protected]/message/QGKXR35IWKPH44QFXKJNZCNFRNE6JJTX/ Code of Conduct: http://python.org/psf/codeofconduct/
