0

I have a bunch of Python v3.6 projects. I am using codestyle to check that they are PEP8 compliant.

Is there a way to use codestyle (or any other tool) to check that all functions, classes and methods in my modules are documented (i.e., have an associated docstring)?

  • 1
    See [How do I disable “missing docstring” warnings at a file-level in Pylint?](https://stackoverflow.com/questions/7877522/how-do-i-disable-missing-docstring-warnings-at-a-file-level-in-pylint) – Peter Wood Dec 14 '17 at 08:03
  • Thank you very much, Pylint seems perfect :) – Andrea Aquino Dec 14 '17 at 13:09

0 Answers0