Jon Armstrong
Results
2
comments of
Jon Armstrong
I don't think this has anything to do with assigning `StrEnum` to a list. Contrary to the documentation, `StrEnum` just doesn't work (although on a closer reading I notice that...
@kikones34 My bad. I was running `mypy enum_test.py`, but this was still in the directory with my current `mypy.ini` which was still setting `python_version = 3.10`. Removing that line, I...