Using a settings in an annotated code may cause mypy to complain about their API
from appsettings import AppSettings, ListSetting
class FooSettings(AppSettings):
a_list = ListSetting()
# mypy complains: error: Value of type "ListSetting" is not indexable
FooSettings.a_list[0]
Pay now to fund the work behind this issue.
Get updates on progress being made.
Maintainer is rewarded once the issue is completed.
You're funding impactful open source efforts
You want to contribute to this effort
You want to get funding like this too