Skip to content
  • Deimos's avatar
    Re-wrap comments with new max line-length · 4d8998d8
    Deimos authored
    Black won't re-wrap comments because it has no way to determine when
    that's a "safe" thing to do (that might break deliberate line-breaks).
    So this is a quick pass through to re-wrap most multi-line comments and
    docstrings to the new max line-length of 88.
    4d8998d8