pydantic-pycharm-plugin
pydantic-pycharm-plugin copied to clipboard
BaseSettings support?
I'm not sure if it is supposed to be supported or not, but it seems the plugin does not support BaseSettings.
When I instantiate a class inheriting from BaseSettings it doesn't recognize or give suggestions for the fields:
Additionaly, it doesn't give any warnings when I pass an argument that I didn't declare:
Is this a bug or an unimplemented feature of the plugin?
Bump, this is still an open bug/issue.