Checks python docstrings.
- Python
- Python 2
- Python 3
| 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 '()'.) |
pip-pydocstyle
- Documentation
- Formatting
AGPL-3.0
- The coala developers (coala-devel@googlegroups.com)