white54503

Results 1 comments of white54503

I found a fix here: https://github.com/koxudaxi/pydantic-pycharm-plugin/issues/344. Relevant provided you've installed the Pydantic plugin. tldr: Add the following lines to your pyproject.yaml. ```python [tool.pydantic-pycharm-plugin] ignore-init-method-arguments = true ``` I had to...