Does Pycharm have Docstring Conventions checks (PEP 257)?

Viewed 2457

I am new using Pycharm and I was not able to find anything that refers to PEP 257 checks in code. I have been using Atom with its specific packages to work with Python and it has managed PEP 257 checks very well. Because of that I would be surprised if a non cheap IDE did not have this feature.

Thanks!

3 Answers
Related