You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Rename pydocstyle.max-doc-length to doc-width to align with other text width options and clarify that the option is about the text width and not character or byte length.
The max-doc-length option should act as an alias but Ruff should warn and hint users towards migrating to the new option.
The text was updated successfully, but these errors were encountered:
Rename
pydocstyle.max-doc-length
todoc-width
to align with other text width options and clarify that the option is about the text width and not character or byte length.The
max-doc-length
option should act as an alias but Ruff should warn and hint users towards migrating to the new option.The text was updated successfully, but these errors were encountered: