Open
Description
A few years ago we switched to using black to auto-format and set the character width at 100. When we did this, we ended up with a lot of doc strings that were not touched and so are 80 characters. We now have both 80 or 100 or a mixture of docstrings.
-
Would be nice to just standardize on one width going forward, just so we don't have to think about it. Possibly also say new docstring follow this, old ones are ok.
-
We could use a docstring format enforcer. The best I've found so far is https://github.com/PyCQA/docformatter . It is not super aggressive, if your description in a doc string has special characters, it prefers not to wrap things.
Low priority.
Metadata
Metadata
Assignees
Labels
Type
Projects
Status
No status