Skip to content

Latest commit

 

History

History
53 lines (38 loc) · 1.86 KB

File metadata and controls

53 lines (38 loc) · 1.86 KB

Checks python docstrings.

  • Python
  • Python 2
  • Python 3

Settings

Setting Meaning
pydocstyle_ignore List of checked errors by specifying which errors to ignore. Can't be used together with pydocstyle_select. (Optional, defaults to '()'.)
pydocstyle_select List of checked errors by specifying which errors to check for. Can't be used together with pydocstyle_ignore. (Optional, defaults to '()'.)

Dependencies

  • pip - pydocstyle

Can Detect

  • Documentation
  • Formatting

License

AGPL-3.0

Authors