mypy icon indicating copy to clipboard operation
mypy copied to clipboard

stubgen: preserve enum value initialisers

Open hauntsaninja opened this issue 1 year ago • 1 comments

See https://github.com/python/typing-council/issues/11

hauntsaninja avatar Apr 15 '24 07:04 hauntsaninja

Just as an FYI, with this change we may be more likely to run in to https://github.com/python/mypy/issues/16007 where, with fully defined flag enums, in stubs mypy issues spurious errors.

Hnasar avatar Apr 15 '24 15:04 Hnasar