How To Enable Google Python Style Guide For Pycharm?

Answered

I want to add Google Python Style Guide in Pycharm. How do I do this? I know in Intellij there is a plugin, and for Clion there is an option, but what about Pycharm?

2
1 comment

There is no such feature in PyCharm. You can switch to Google docstring format in Preferences | Tools | Python Integrated Tools though.

2

Please sign in to leave a comment.