You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Enum in Python has a few supported sunder names. Of them, _missing_ and _generate_next_value_ are explicitly called out as overridable but when doing so they get flagged as misspelled dunder methods.
Enum
in Python has a few supported sunder names. Of them,_missing_
and_generate_next_value_
are explicitly called out as overridable but when doing so they get flagged as misspelled dunder methods.Looks separate from, but related to #4592.
Observed using
ruff 0.0.292
.The text was updated successfully, but these errors were encountered: