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
Avoid using Any in BaseSettings signature to avoid mypy errors
When `--disallow-any-explicit`, this raises a mypy error
when using the plugin (which synthesizes the `__init__` method).
Also use PEP 570 positional only argument for `self`.
0 commit comments