Closed coretl closed 3 hours ago
To match conventions
So:
class MyEnum(str, Enum): FOO = "foo" BAR = "bar"
@jennmald
See if there is a ruff rule for checking uppercase enum keys
To match conventions
So: