The type hint for `wrap_width` is currently `int`, but the documentation states: "A wrap_width value of `None` reflows lines to unlimited line length." Please update the options types to include `None`.
The type hint for
wrap_widthis currentlyint, but the documentation states: "A wrap_width value ofNonereflows lines to unlimited line length."Please update the options types to include
None.