79378825

Date: 2025-01-22 18:14:58
Score: 0.5
Natty:
Report link

Starting with python 3.11, use StrEnum instead.

Python 3.11 introduced a breaking change to enums, where the string representation changed from 'value' to 'EnumName.value'.

Reasons:
  • Low length (1):
  • Has code block (-0.5):
Posted by: npk