Closed
Description
Some linters get mad about long lines, even comments, so we would like to be able to break long # type:
comments into multiple lines. This is especially desirable for function annotations if the function has lots of arguments, since you can't shorten those using type aliases. (And claiming that's just bad code doesn't do anyone any good -- I know, but sometimes I can't afford to fix it.)