Request
The current code base uses 80-char-per-line limit for docstrings This has been deprecated by our latest coding guideline.
We should make all doc strings consistent with the 100-char-per-line limit.
Possible implementation
- Update the linter config in
tool.docformatter
- Manually update those not handled by the linter if needed
Request
The current code base uses 80-char-per-line limit for docstrings This has been deprecated by our latest coding guideline.
We should make all doc strings consistent with the 100-char-per-line limit.
Possible implementation
tool.docformatter