Pycharm 🐍 project settings

Any tips for how to set up PyCharm for development on a :hugs: repository?

Its options for docstring format are Plain, reStructuredText, Epytext, NumPy, and Google. Are any of those appropriate? I don’t think it’s rendering the markdown correctly.

Are there any settings or stubs I should be using so it doesn’t warn about a bunch of attributes not existing? (I think it’s the ones typically set by ConfigMixin.)

I changed the line length setting to 119 to match the one in pyproject.toml. I spent a minute trying to figure out if there was a way it could import or automatically sync with those settings, like it does with editorconfig, but I didn’t find anything. Any other settings or plugins I should know about?