pydocstyle¶
pydocstyle is a static analysis tool to check your Python code against docstring conventions.
Installation¶
pydocstyle can be installed on most systems by running:
$ pip install pydocstyle
It may also be available in your system’s package manager.